forked from BilalY/Rasagar
8483 lines
693 KiB
C#
8483 lines
693 KiB
C#
//----------------------
|
|
// <auto-generated>
|
|
// Generated by StaticDelegateGenerator. DO NOT EDIT!
|
|
// </auto-generated>
|
|
//----------------------
|
|
namespace Burst.Compiler.IL.Tests
|
|
{
|
|
using System;
|
|
using System.Runtime.InteropServices;
|
|
|
|
internal static partial class StaticDelegateRegistry
|
|
{
|
|
static StaticDelegateRegistry()
|
|
{
|
|
Register(typeof(Burst.Compiler.IL.Tests.Pointers.MyCastEnum), new Type[] { typeof(int), typeof(Burst.Compiler.IL.Tests.Pointers.MyCastEnum) }, typeof(R_Burst_Compiler_IL_Tests_Pointers_MyCastEnum_P_0_Int32_1_Burst_Compiler_IL_Tests_Pointers_MyCastEnum_Delegate), Call_R_Burst_Compiler_IL_Tests_Pointers_MyCastEnum_P_0_Int32_1_Burst_Compiler_IL_Tests_Pointers_MyCastEnum_Delegate);
|
|
Register(typeof(Burst.Compiler.IL.Tests.TestEnums.SomeByteEnum), new Type[] { typeof(Burst.Compiler.IL.Tests.TestEnums.FixedByte4Struct).MakeByRefType() }, typeof(R_Burst_Compiler_IL_Tests_TestEnums_SomeByteEnum_P_0_Burst_Compiler_IL_Tests_TestEnums_FixedByte4Struct_Ref_Delegate), Call_R_Burst_Compiler_IL_Tests_TestEnums_SomeByteEnum_P_0_Burst_Compiler_IL_Tests_TestEnums_FixedByte4Struct_Ref_Delegate);
|
|
Register(typeof(Burst.Compiler.IL.Tests.Types.MyEnumByte), new Type[] { typeof(Burst.Compiler.IL.Tests.Types.MyEnumByte).MakeByRefType() }, typeof(R_Burst_Compiler_IL_Tests_Types_MyEnumByte_P_0_Burst_Compiler_IL_Tests_Types_MyEnumByte_Ref_Delegate), Call_R_Burst_Compiler_IL_Tests_Types_MyEnumByte_P_0_Burst_Compiler_IL_Tests_Types_MyEnumByte_Ref_Delegate);
|
|
Register(typeof(System.IntPtr), Array.Empty<Type>(), typeof(R_IntPtr_P_Delegate), Call_R_IntPtr_P_Delegate);
|
|
Register(typeof(System.IntPtr), new Type[] { typeof(System.IntPtr) }, typeof(R_IntPtr_P_0_IntPtr_Delegate), Call_R_IntPtr_P_0_IntPtr_Delegate);
|
|
Register(typeof(System.IntPtr), new Type[] { typeof(System.IntPtr), typeof(System.IntPtr) }, typeof(R_IntPtr_P_0_IntPtr_1_IntPtr_Delegate), Call_R_IntPtr_P_0_IntPtr_1_IntPtr_Delegate);
|
|
Register(typeof(System.IntPtr), new Type[] { typeof(System.IntPtr), typeof(System.IntPtr), typeof(System.IntPtr) }, typeof(R_IntPtr_P_0_IntPtr_1_IntPtr_2_IntPtr_Delegate), Call_R_IntPtr_P_0_IntPtr_1_IntPtr_2_IntPtr_Delegate);
|
|
Register(typeof(System.IntPtr), new Type[] { typeof(int) }, typeof(R_IntPtr_P_0_Int32_Delegate), Call_R_IntPtr_P_0_Int32_Delegate);
|
|
Register(typeof(System.IntPtr), new Type[] { typeof(int), typeof(int) }, typeof(R_IntPtr_P_0_Int32_1_Int32_Delegate), Call_R_IntPtr_P_0_Int32_1_Int32_Delegate);
|
|
Register(typeof(System.IntPtr), new Type[] { typeof(ulong), typeof(byte) }, typeof(R_IntPtr_P_0_UInt64_1_Byte_Delegate), Call_R_IntPtr_P_0_UInt64_1_Byte_Delegate);
|
|
Register(typeof(System.IntPtr), new Type[] { typeof(ulong), typeof(int) }, typeof(R_IntPtr_P_0_UInt64_1_Int32_Delegate), Call_R_IntPtr_P_0_UInt64_1_Int32_Delegate);
|
|
Register(typeof(System.IntPtr), new Type[] { typeof(ulong), typeof(long) }, typeof(R_IntPtr_P_0_UInt64_1_Int64_Delegate), Call_R_IntPtr_P_0_UInt64_1_Int64_Delegate);
|
|
Register(typeof(System.IntPtr), new Type[] { typeof(ulong), typeof(sbyte) }, typeof(R_IntPtr_P_0_UInt64_1_SByte_Delegate), Call_R_IntPtr_P_0_UInt64_1_SByte_Delegate);
|
|
Register(typeof(System.IntPtr), new Type[] { typeof(ulong), typeof(short) }, typeof(R_IntPtr_P_0_UInt64_1_Int16_Delegate), Call_R_IntPtr_P_0_UInt64_1_Int16_Delegate);
|
|
Register(typeof(System.IntPtr), new Type[] { typeof(ulong), typeof(uint) }, typeof(R_IntPtr_P_0_UInt64_1_UInt32_Delegate), Call_R_IntPtr_P_0_UInt64_1_UInt32_Delegate);
|
|
Register(typeof(System.IntPtr), new Type[] { typeof(ulong), typeof(ulong) }, typeof(R_IntPtr_P_0_UInt64_1_UInt64_Delegate), Call_R_IntPtr_P_0_UInt64_1_UInt64_Delegate);
|
|
Register(typeof(System.IntPtr), new Type[] { typeof(ulong), typeof(ushort) }, typeof(R_IntPtr_P_0_UInt64_1_UInt16_Delegate), Call_R_IntPtr_P_0_UInt64_1_UInt16_Delegate);
|
|
Register(typeof(System.UIntPtr), Array.Empty<Type>(), typeof(R_UIntPtr_P_Delegate), Call_R_UIntPtr_P_Delegate);
|
|
Register(typeof(System.UIntPtr), new Type[] { typeof(System.UIntPtr) }, typeof(R_UIntPtr_P_0_UIntPtr_Delegate), Call_R_UIntPtr_P_0_UIntPtr_Delegate);
|
|
Register(typeof(System.UIntPtr), new Type[] { typeof(System.UIntPtr), typeof(System.UIntPtr) }, typeof(R_UIntPtr_P_0_UIntPtr_1_UIntPtr_Delegate), Call_R_UIntPtr_P_0_UIntPtr_1_UIntPtr_Delegate);
|
|
Register(typeof(System.UIntPtr), new Type[] { typeof(System.UIntPtr).MakeByRefType() }, typeof(R_UIntPtr_P_0_UIntPtr_Ref_Delegate), Call_R_UIntPtr_P_0_UIntPtr_Ref_Delegate);
|
|
Register(typeof(System.UIntPtr), new Type[] { typeof(uint) }, typeof(R_UIntPtr_P_0_UInt32_Delegate), Call_R_UIntPtr_P_0_UInt32_Delegate);
|
|
Register(typeof(System.UIntPtr), new Type[] { typeof(uint), typeof(uint) }, typeof(R_UIntPtr_P_0_UInt32_1_UInt32_Delegate), Call_R_UIntPtr_P_0_UInt32_1_UInt32_Delegate);
|
|
Register(typeof(bool), Array.Empty<Type>(), typeof(R_Boolean_P_Delegate), Call_R_Boolean_P_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(Burst.Compiler.IL.Tests.Pointers.PointerConditional).MakeByRefType() }, typeof(R_Boolean_P_0_Burst_Compiler_IL_Tests_Pointers_PointerConditional_Ref_Delegate), Call_R_Boolean_P_0_Burst_Compiler_IL_Tests_Pointers_PointerConditional_Ref_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(Burst.Compiler.IL.Tests.Pointers.StackAllocCheck).MakeByRefType() }, typeof(R_Boolean_P_0_Burst_Compiler_IL_Tests_Pointers_StackAllocCheck_Ref_Delegate), Call_R_Boolean_P_0_Burst_Compiler_IL_Tests_Pointers_StackAllocCheck_Ref_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(Burst.Compiler.IL.Tests.TestStructs.NetworkEndPoint), typeof(Burst.Compiler.IL.Tests.TestStructs.NetworkEndPoint) }, typeof(R_Boolean_P_0_Burst_Compiler_IL_Tests_TestStructs_NetworkEndPoint_1_Burst_Compiler_IL_Tests_TestStructs_NetworkEndPoint_Delegate), Call_R_Boolean_P_0_Burst_Compiler_IL_Tests_TestStructs_NetworkEndPoint_1_Burst_Compiler_IL_Tests_TestStructs_NetworkEndPoint_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(System.IntPtr) }, typeof(R_Boolean_P_0_IntPtr_Delegate), Call_R_Boolean_P_0_IntPtr_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(System.IntPtr), typeof(System.IntPtr) }, typeof(R_Boolean_P_0_IntPtr_1_IntPtr_Delegate), Call_R_Boolean_P_0_IntPtr_1_IntPtr_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(Unity.Mathematics.bool2).MakeByRefType() }, typeof(R_Boolean_P_0_Unity_Mathematics_bool2_Ref_Delegate), Call_R_Boolean_P_0_Unity_Mathematics_bool2_Ref_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(Unity.Mathematics.bool2).MakeByRefType(), typeof(Unity.Mathematics.bool2).MakeByRefType() }, typeof(R_Boolean_P_0_Unity_Mathematics_bool2_Ref_1_Unity_Mathematics_bool2_Ref_Delegate), Call_R_Boolean_P_0_Unity_Mathematics_bool2_Ref_1_Unity_Mathematics_bool2_Ref_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(Unity.Mathematics.bool3).MakeByRefType() }, typeof(R_Boolean_P_0_Unity_Mathematics_bool3_Ref_Delegate), Call_R_Boolean_P_0_Unity_Mathematics_bool3_Ref_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(Unity.Mathematics.bool3).MakeByRefType(), typeof(Unity.Mathematics.bool3).MakeByRefType() }, typeof(R_Boolean_P_0_Unity_Mathematics_bool3_Ref_1_Unity_Mathematics_bool3_Ref_Delegate), Call_R_Boolean_P_0_Unity_Mathematics_bool3_Ref_1_Unity_Mathematics_bool3_Ref_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(Unity.Mathematics.bool4).MakeByRefType() }, typeof(R_Boolean_P_0_Unity_Mathematics_bool4_Ref_Delegate), Call_R_Boolean_P_0_Unity_Mathematics_bool4_Ref_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(Unity.Mathematics.bool4).MakeByRefType(), typeof(Unity.Mathematics.bool4).MakeByRefType() }, typeof(R_Boolean_P_0_Unity_Mathematics_bool4_Ref_1_Unity_Mathematics_bool4_Ref_Delegate), Call_R_Boolean_P_0_Unity_Mathematics_bool4_Ref_1_Unity_Mathematics_bool4_Ref_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(Unity.Mathematics.float2).MakeByRefType() }, typeof(R_Boolean_P_0_Unity_Mathematics_float2_Ref_Delegate), Call_R_Boolean_P_0_Unity_Mathematics_float2_Ref_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(Unity.Mathematics.float2).MakeByRefType(), typeof(Unity.Mathematics.float2).MakeByRefType() }, typeof(R_Boolean_P_0_Unity_Mathematics_float2_Ref_1_Unity_Mathematics_float2_Ref_Delegate), Call_R_Boolean_P_0_Unity_Mathematics_float2_Ref_1_Unity_Mathematics_float2_Ref_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(Unity.Mathematics.float3).MakeByRefType() }, typeof(R_Boolean_P_0_Unity_Mathematics_float3_Ref_Delegate), Call_R_Boolean_P_0_Unity_Mathematics_float3_Ref_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(Unity.Mathematics.float3).MakeByRefType(), typeof(Unity.Mathematics.float3).MakeByRefType() }, typeof(R_Boolean_P_0_Unity_Mathematics_float3_Ref_1_Unity_Mathematics_float3_Ref_Delegate), Call_R_Boolean_P_0_Unity_Mathematics_float3_Ref_1_Unity_Mathematics_float3_Ref_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(Unity.Mathematics.float4).MakeByRefType() }, typeof(R_Boolean_P_0_Unity_Mathematics_float4_Ref_Delegate), Call_R_Boolean_P_0_Unity_Mathematics_float4_Ref_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(Unity.Mathematics.float4).MakeByRefType(), typeof(Unity.Mathematics.float4).MakeByRefType() }, typeof(R_Boolean_P_0_Unity_Mathematics_float4_Ref_1_Unity_Mathematics_float4_Ref_Delegate), Call_R_Boolean_P_0_Unity_Mathematics_float4_Ref_1_Unity_Mathematics_float4_Ref_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(Unity.Mathematics.float4).MakeByRefType(), typeof(float) }, typeof(R_Boolean_P_0_Unity_Mathematics_float4_Ref_1_Single_Delegate), Call_R_Boolean_P_0_Unity_Mathematics_float4_Ref_1_Single_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(Unity.Mathematics.int2).MakeByRefType() }, typeof(R_Boolean_P_0_Unity_Mathematics_int2_Ref_Delegate), Call_R_Boolean_P_0_Unity_Mathematics_int2_Ref_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(Unity.Mathematics.int2).MakeByRefType(), typeof(Unity.Mathematics.int2).MakeByRefType() }, typeof(R_Boolean_P_0_Unity_Mathematics_int2_Ref_1_Unity_Mathematics_int2_Ref_Delegate), Call_R_Boolean_P_0_Unity_Mathematics_int2_Ref_1_Unity_Mathematics_int2_Ref_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(Unity.Mathematics.int3).MakeByRefType() }, typeof(R_Boolean_P_0_Unity_Mathematics_int3_Ref_Delegate), Call_R_Boolean_P_0_Unity_Mathematics_int3_Ref_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(Unity.Mathematics.int3).MakeByRefType(), typeof(Unity.Mathematics.int3).MakeByRefType() }, typeof(R_Boolean_P_0_Unity_Mathematics_int3_Ref_1_Unity_Mathematics_int3_Ref_Delegate), Call_R_Boolean_P_0_Unity_Mathematics_int3_Ref_1_Unity_Mathematics_int3_Ref_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(Unity.Mathematics.int4).MakeByRefType() }, typeof(R_Boolean_P_0_Unity_Mathematics_int4_Ref_Delegate), Call_R_Boolean_P_0_Unity_Mathematics_int4_Ref_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(Unity.Mathematics.int4).MakeByRefType(), typeof(Unity.Mathematics.int4).MakeByRefType() }, typeof(R_Boolean_P_0_Unity_Mathematics_int4_Ref_1_Unity_Mathematics_int4_Ref_Delegate), Call_R_Boolean_P_0_Unity_Mathematics_int4_Ref_1_Unity_Mathematics_int4_Ref_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(Unity.Mathematics.uint2).MakeByRefType(), typeof(Unity.Mathematics.uint2).MakeByRefType() }, typeof(R_Boolean_P_0_Unity_Mathematics_uint2_Ref_1_Unity_Mathematics_uint2_Ref_Delegate), Call_R_Boolean_P_0_Unity_Mathematics_uint2_Ref_1_Unity_Mathematics_uint2_Ref_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(Unity.Mathematics.uint3).MakeByRefType(), typeof(Unity.Mathematics.uint3).MakeByRefType() }, typeof(R_Boolean_P_0_Unity_Mathematics_uint3_Ref_1_Unity_Mathematics_uint3_Ref_Delegate), Call_R_Boolean_P_0_Unity_Mathematics_uint3_Ref_1_Unity_Mathematics_uint3_Ref_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(Unity.Mathematics.uint4).MakeByRefType(), typeof(Unity.Mathematics.uint4).MakeByRefType() }, typeof(R_Boolean_P_0_Unity_Mathematics_uint4_Ref_1_Unity_Mathematics_uint4_Ref_Delegate), Call_R_Boolean_P_0_Unity_Mathematics_uint4_Ref_1_Unity_Mathematics_uint4_Ref_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(bool) }, typeof(R_Boolean_P_0_Boolean_Delegate), Call_R_Boolean_P_0_Boolean_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(bool), typeof(bool) }, typeof(R_Boolean_P_0_Boolean_1_Boolean_Delegate), Call_R_Boolean_P_0_Boolean_1_Boolean_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(bool), typeof(int) }, typeof(R_Boolean_P_0_Boolean_1_Int32_Delegate), Call_R_Boolean_P_0_Boolean_1_Int32_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(double) }, typeof(R_Boolean_P_0_Double_Delegate), Call_R_Boolean_P_0_Double_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(float) }, typeof(R_Boolean_P_0_Single_Delegate), Call_R_Boolean_P_0_Single_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(float), typeof(float) }, typeof(R_Boolean_P_0_Single_1_Single_Delegate), Call_R_Boolean_P_0_Single_1_Single_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(int) }, typeof(R_Boolean_P_0_Int32_Delegate), Call_R_Boolean_P_0_Int32_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(int), typeof(int) }, typeof(R_Boolean_P_0_Int32_1_Int32_Delegate), Call_R_Boolean_P_0_Int32_1_Int32_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(int), typeof(uint) }, typeof(R_Boolean_P_0_Int32_1_UInt32_Delegate), Call_R_Boolean_P_0_Int32_1_UInt32_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(long), typeof(int) }, typeof(R_Boolean_P_0_Int64_1_Int32_Delegate), Call_R_Boolean_P_0_Int64_1_Int32_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(uint), typeof(int) }, typeof(R_Boolean_P_0_UInt32_1_Int32_Delegate), Call_R_Boolean_P_0_UInt32_1_Int32_Delegate);
|
|
Register(typeof(byte), new Type[] { typeof(Burst.Compiler.IL.Tests.TestFixed.IndexerStructTestByte).MakeByRefType(), typeof(byte) }, typeof(R_Byte_P_0_Burst_Compiler_IL_Tests_TestFixed_IndexerStructTestByte_Ref_1_Byte_Delegate), Call_R_Byte_P_0_Burst_Compiler_IL_Tests_TestFixed_IndexerStructTestByte_Ref_1_Byte_Delegate);
|
|
Register(typeof(byte), new Type[] { typeof(Burst.Compiler.IL.Tests.TestFixed.IndexerStructTestByte).MakeByRefType(), typeof(sbyte) }, typeof(R_Byte_P_0_Burst_Compiler_IL_Tests_TestFixed_IndexerStructTestByte_Ref_1_SByte_Delegate), Call_R_Byte_P_0_Burst_Compiler_IL_Tests_TestFixed_IndexerStructTestByte_Ref_1_SByte_Delegate);
|
|
Register(typeof(byte), new Type[] { typeof(Burst.Compiler.IL.Tests.TestStructs.WithPadding*) }, typeof(R_Byte_P_0_Burst_Compiler_IL_Tests_TestStructs_WithPadding_Ptr_Delegate), Call_R_Byte_P_0_Burst_Compiler_IL_Tests_TestStructs_WithPadding_Ptr_Delegate);
|
|
Register(typeof(byte), new Type[] { typeof(byte), typeof(byte) }, typeof(R_Byte_P_0_Byte_1_Byte_Delegate), Call_R_Byte_P_0_Byte_1_Byte_Delegate);
|
|
Register(typeof(byte), new Type[] { typeof(byte), typeof(byte), typeof(byte) }, typeof(R_Byte_P_0_Byte_1_Byte_2_Byte_Delegate), Call_R_Byte_P_0_Byte_1_Byte_2_Byte_Delegate);
|
|
Register(typeof(byte), new Type[] { typeof(int) }, typeof(R_Byte_P_0_Int32_Delegate), Call_R_Byte_P_0_Int32_Delegate);
|
|
Register(typeof(byte), new Type[] { typeof(long) }, typeof(R_Byte_P_0_Int64_Delegate), Call_R_Byte_P_0_Int64_Delegate);
|
|
Register(typeof(byte), new Type[] { typeof(uint) }, typeof(R_Byte_P_0_UInt32_Delegate), Call_R_Byte_P_0_UInt32_Delegate);
|
|
Register(typeof(double), Array.Empty<Type>(), typeof(R_Double_P_Delegate), Call_R_Double_P_Delegate);
|
|
Register(typeof(double), new Type[] { typeof(Unity.Mathematics.double2).MakeByRefType() }, typeof(R_Double_P_0_Unity_Mathematics_double2_Ref_Delegate), Call_R_Double_P_0_Unity_Mathematics_double2_Ref_Delegate);
|
|
Register(typeof(double), new Type[] { typeof(Unity.Mathematics.double3).MakeByRefType() }, typeof(R_Double_P_0_Unity_Mathematics_double3_Ref_Delegate), Call_R_Double_P_0_Unity_Mathematics_double3_Ref_Delegate);
|
|
Register(typeof(double), new Type[] { typeof(Unity.Mathematics.double4).MakeByRefType() }, typeof(R_Double_P_0_Unity_Mathematics_double4_Ref_Delegate), Call_R_Double_P_0_Unity_Mathematics_double4_Ref_Delegate);
|
|
Register(typeof(double), new Type[] { typeof(Unity.Mathematics.int4).MakeByRefType() }, typeof(R_Double_P_0_Unity_Mathematics_int4_Ref_Delegate), Call_R_Double_P_0_Unity_Mathematics_int4_Ref_Delegate);
|
|
Register(typeof(double), new Type[] { typeof(byte) }, typeof(R_Double_P_0_Byte_Delegate), Call_R_Double_P_0_Byte_Delegate);
|
|
Register(typeof(double), new Type[] { typeof(double) }, typeof(R_Double_P_0_Double_Delegate), Call_R_Double_P_0_Double_Delegate);
|
|
Register(typeof(double), new Type[] { typeof(double), typeof(System.MidpointRounding) }, typeof(R_Double_P_0_Double_1_System_MidpointRounding_Delegate), Call_R_Double_P_0_Double_1_System_MidpointRounding_Delegate);
|
|
Register(typeof(double), new Type[] { typeof(double), typeof(double) }, typeof(R_Double_P_0_Double_1_Double_Delegate), Call_R_Double_P_0_Double_1_Double_Delegate);
|
|
Register(typeof(double), new Type[] { typeof(double), typeof(double), typeof(double) }, typeof(R_Double_P_0_Double_1_Double_2_Double_Delegate), Call_R_Double_P_0_Double_1_Double_2_Double_Delegate);
|
|
Register(typeof(double), new Type[] { typeof(double), typeof(int) }, typeof(R_Double_P_0_Double_1_Int32_Delegate), Call_R_Double_P_0_Double_1_Int32_Delegate);
|
|
Register(typeof(double), new Type[] { typeof(double), typeof(int), typeof(System.MidpointRounding) }, typeof(R_Double_P_0_Double_1_Int32_2_System_MidpointRounding_Delegate), Call_R_Double_P_0_Double_1_Int32_2_System_MidpointRounding_Delegate);
|
|
Register(typeof(double), new Type[] { typeof(double).MakeByRefType() }, typeof(R_Double_P_0_Double_Ref_Delegate), Call_R_Double_P_0_Double_Ref_Delegate);
|
|
Register(typeof(double), new Type[] { typeof(float) }, typeof(R_Double_P_0_Single_Delegate), Call_R_Double_P_0_Single_Delegate);
|
|
Register(typeof(double), new Type[] { typeof(float), typeof(float) }, typeof(R_Double_P_0_Single_1_Single_Delegate), Call_R_Double_P_0_Single_1_Single_Delegate);
|
|
Register(typeof(double), new Type[] { typeof(int) }, typeof(R_Double_P_0_Int32_Delegate), Call_R_Double_P_0_Int32_Delegate);
|
|
Register(typeof(double), new Type[] { typeof(int), typeof(uint) }, typeof(R_Double_P_0_Int32_1_UInt32_Delegate), Call_R_Double_P_0_Int32_1_UInt32_Delegate);
|
|
Register(typeof(double), new Type[] { typeof(long).MakeByRefType() }, typeof(R_Double_P_0_Int64_Ref_Delegate), Call_R_Double_P_0_Int64_Ref_Delegate);
|
|
Register(typeof(double), new Type[] { typeof(uint) }, typeof(R_Double_P_0_UInt32_Delegate), Call_R_Double_P_0_UInt32_Delegate);
|
|
Register(typeof(double), new Type[] { typeof(ushort) }, typeof(R_Double_P_0_UInt16_Delegate), Call_R_Double_P_0_UInt16_Delegate);
|
|
Register(typeof(float), Array.Empty<Type>(), typeof(R_Single_P_Delegate), Call_R_Single_P_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(Burst.Compiler.IL.Tests.Expressions.SByteEnum) }, typeof(R_Single_P_0_Burst_Compiler_IL_Tests_Expressions_SByteEnum_Delegate), Call_R_Single_P_0_Burst_Compiler_IL_Tests_Expressions_SByteEnum_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(Burst.Compiler.IL.Tests.Expressions.UnsignedEnum) }, typeof(R_Single_P_0_Burst_Compiler_IL_Tests_Expressions_UnsignedEnum_Delegate), Call_R_Single_P_0_Burst_Compiler_IL_Tests_Expressions_UnsignedEnum_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(Unity.Mathematics.bool2).MakeByRefType(), typeof(Unity.Mathematics.float2).MakeByRefType(), typeof(Unity.Mathematics.float2).MakeByRefType() }, typeof(R_Single_P_0_Unity_Mathematics_bool2_Ref_1_Unity_Mathematics_float2_Ref_2_Unity_Mathematics_float2_Ref_Delegate), Call_R_Single_P_0_Unity_Mathematics_bool2_Ref_1_Unity_Mathematics_float2_Ref_2_Unity_Mathematics_float2_Ref_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(Unity.Mathematics.bool3).MakeByRefType(), typeof(Unity.Mathematics.float3).MakeByRefType(), typeof(Unity.Mathematics.float3).MakeByRefType() }, typeof(R_Single_P_0_Unity_Mathematics_bool3_Ref_1_Unity_Mathematics_float3_Ref_2_Unity_Mathematics_float3_Ref_Delegate), Call_R_Single_P_0_Unity_Mathematics_bool3_Ref_1_Unity_Mathematics_float3_Ref_2_Unity_Mathematics_float3_Ref_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(Unity.Mathematics.bool4).MakeByRefType(), typeof(Unity.Mathematics.float4).MakeByRefType(), typeof(Unity.Mathematics.float4).MakeByRefType() }, typeof(R_Single_P_0_Unity_Mathematics_bool4_Ref_1_Unity_Mathematics_float4_Ref_2_Unity_Mathematics_float4_Ref_Delegate), Call_R_Single_P_0_Unity_Mathematics_bool4_Ref_1_Unity_Mathematics_float4_Ref_2_Unity_Mathematics_float4_Ref_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(Unity.Mathematics.float2).MakeByRefType() }, typeof(R_Single_P_0_Unity_Mathematics_float2_Ref_Delegate), Call_R_Single_P_0_Unity_Mathematics_float2_Ref_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(Unity.Mathematics.float2).MakeByRefType(), typeof(Unity.Mathematics.float2).MakeByRefType() }, typeof(R_Single_P_0_Unity_Mathematics_float2_Ref_1_Unity_Mathematics_float2_Ref_Delegate), Call_R_Single_P_0_Unity_Mathematics_float2_Ref_1_Unity_Mathematics_float2_Ref_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(Unity.Mathematics.float2).MakeByRefType(), typeof(Unity.Mathematics.float2).MakeByRefType(), typeof(Unity.Mathematics.float2).MakeByRefType() }, typeof(R_Single_P_0_Unity_Mathematics_float2_Ref_1_Unity_Mathematics_float2_Ref_2_Unity_Mathematics_float2_Ref_Delegate), Call_R_Single_P_0_Unity_Mathematics_float2_Ref_1_Unity_Mathematics_float2_Ref_2_Unity_Mathematics_float2_Ref_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(Unity.Mathematics.float2).MakeByRefType(), typeof(Unity.Mathematics.float2).MakeByRefType(), typeof(float) }, typeof(R_Single_P_0_Unity_Mathematics_float2_Ref_1_Unity_Mathematics_float2_Ref_2_Single_Delegate), Call_R_Single_P_0_Unity_Mathematics_float2_Ref_1_Unity_Mathematics_float2_Ref_2_Single_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(Unity.Mathematics.float3).MakeByRefType() }, typeof(R_Single_P_0_Unity_Mathematics_float3_Ref_Delegate), Call_R_Single_P_0_Unity_Mathematics_float3_Ref_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(Unity.Mathematics.float3).MakeByRefType(), typeof(Unity.Mathematics.float3).MakeByRefType() }, typeof(R_Single_P_0_Unity_Mathematics_float3_Ref_1_Unity_Mathematics_float3_Ref_Delegate), Call_R_Single_P_0_Unity_Mathematics_float3_Ref_1_Unity_Mathematics_float3_Ref_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(Unity.Mathematics.float3).MakeByRefType(), typeof(Unity.Mathematics.float3).MakeByRefType(), typeof(Unity.Mathematics.float3).MakeByRefType() }, typeof(R_Single_P_0_Unity_Mathematics_float3_Ref_1_Unity_Mathematics_float3_Ref_2_Unity_Mathematics_float3_Ref_Delegate), Call_R_Single_P_0_Unity_Mathematics_float3_Ref_1_Unity_Mathematics_float3_Ref_2_Unity_Mathematics_float3_Ref_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(Unity.Mathematics.float3).MakeByRefType(), typeof(Unity.Mathematics.float3).MakeByRefType(), typeof(float) }, typeof(R_Single_P_0_Unity_Mathematics_float3_Ref_1_Unity_Mathematics_float3_Ref_2_Single_Delegate), Call_R_Single_P_0_Unity_Mathematics_float3_Ref_1_Unity_Mathematics_float3_Ref_2_Single_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(Unity.Mathematics.float4).MakeByRefType() }, typeof(R_Single_P_0_Unity_Mathematics_float4_Ref_Delegate), Call_R_Single_P_0_Unity_Mathematics_float4_Ref_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(Unity.Mathematics.float4).MakeByRefType(), typeof(Unity.Mathematics.bool4).MakeByRefType() }, typeof(R_Single_P_0_Unity_Mathematics_float4_Ref_1_Unity_Mathematics_bool4_Ref_Delegate), Call_R_Single_P_0_Unity_Mathematics_float4_Ref_1_Unity_Mathematics_bool4_Ref_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(Unity.Mathematics.float4).MakeByRefType(), typeof(Unity.Mathematics.float4).MakeByRefType() }, typeof(R_Single_P_0_Unity_Mathematics_float4_Ref_1_Unity_Mathematics_float4_Ref_Delegate), Call_R_Single_P_0_Unity_Mathematics_float4_Ref_1_Unity_Mathematics_float4_Ref_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(Unity.Mathematics.float4).MakeByRefType(), typeof(Unity.Mathematics.float4).MakeByRefType(), typeof(Unity.Mathematics.float4).MakeByRefType() }, typeof(R_Single_P_0_Unity_Mathematics_float4_Ref_1_Unity_Mathematics_float4_Ref_2_Unity_Mathematics_float4_Ref_Delegate), Call_R_Single_P_0_Unity_Mathematics_float4_Ref_1_Unity_Mathematics_float4_Ref_2_Unity_Mathematics_float4_Ref_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(Unity.Mathematics.float4).MakeByRefType(), typeof(Unity.Mathematics.float4).MakeByRefType(), typeof(float) }, typeof(R_Single_P_0_Unity_Mathematics_float4_Ref_1_Unity_Mathematics_float4_Ref_2_Single_Delegate), Call_R_Single_P_0_Unity_Mathematics_float4_Ref_1_Unity_Mathematics_float4_Ref_2_Single_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(Unity.Mathematics.int2).MakeByRefType() }, typeof(R_Single_P_0_Unity_Mathematics_int2_Ref_Delegate), Call_R_Single_P_0_Unity_Mathematics_int2_Ref_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(Unity.Mathematics.int3).MakeByRefType() }, typeof(R_Single_P_0_Unity_Mathematics_int3_Ref_Delegate), Call_R_Single_P_0_Unity_Mathematics_int3_Ref_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(Unity.Mathematics.int4).MakeByRefType() }, typeof(R_Single_P_0_Unity_Mathematics_int4_Ref_Delegate), Call_R_Single_P_0_Unity_Mathematics_int4_Ref_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(Unity.Mathematics.uint4).MakeByRefType() }, typeof(R_Single_P_0_Unity_Mathematics_uint4_Ref_Delegate), Call_R_Single_P_0_Unity_Mathematics_uint4_Ref_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(byte) }, typeof(R_Single_P_0_Byte_Delegate), Call_R_Single_P_0_Byte_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(float) }, typeof(R_Single_P_0_Single_Delegate), Call_R_Single_P_0_Single_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(float), typeof(float) }, typeof(R_Single_P_0_Single_1_Single_Delegate), Call_R_Single_P_0_Single_1_Single_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(float), typeof(float), typeof(float) }, typeof(R_Single_P_0_Single_1_Single_2_Single_Delegate), Call_R_Single_P_0_Single_1_Single_2_Single_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(float).MakeByRefType() }, typeof(R_Single_P_0_Single_Ref_Delegate), Call_R_Single_P_0_Single_Ref_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(int) }, typeof(R_Single_P_0_Int32_Delegate), Call_R_Single_P_0_Int32_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(int), typeof(int) }, typeof(R_Single_P_0_Int32_1_Int32_Delegate), Call_R_Single_P_0_Int32_1_Int32_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(int).MakeByRefType() }, typeof(R_Single_P_0_Int32_Ref_Delegate), Call_R_Single_P_0_Int32_Ref_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(uint) }, typeof(R_Single_P_0_UInt32_Delegate), Call_R_Single_P_0_UInt32_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(uint), typeof(uint) }, typeof(R_Single_P_0_UInt32_1_UInt32_Delegate), Call_R_Single_P_0_UInt32_1_UInt32_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(ushort) }, typeof(R_Single_P_0_UInt16_Delegate), Call_R_Single_P_0_UInt16_Delegate);
|
|
Register(typeof(int), Array.Empty<Type>(), typeof(R_Int32_P_Delegate), Call_R_Int32_P_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.ControlFlows.EnumSwitch) }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_ControlFlows_EnumSwitch_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_ControlFlows_EnumSwitch_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.IntrinsicsCommon.Buffer).MakeByRefType() }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_IntrinsicsCommon_Buffer_Ref_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_IntrinsicsCommon_Buffer_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.NotSupported.CharbyValueFunc).MakeByRefType(), typeof(int) }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_NotSupported_CharbyValueFunc_Ref_1_Int32_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_NotSupported_CharbyValueFunc_Ref_1_Int32_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.Pointers.MyStructWithFixed).MakeByRefType() }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_Pointers_MyStructWithFixed_Ref_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_Pointers_MyStructWithFixed_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.Pointers.MyStructWithFixed).MakeByRefType(), typeof(int) }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_Pointers_MyStructWithFixed_Ref_1_Int32_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_Pointers_MyStructWithFixed_Ref_1_Int32_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.TestEnums.MyEnum) }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_TestEnums_MyEnum_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestEnums_MyEnum_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.TestEnums.SmallEnum) }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_TestEnums_SmallEnum_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestEnums_SmallEnum_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.TestStructs.ExplicitLayoutStructFixedBuffer).MakeByRefType() }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_ExplicitLayoutStructFixedBuffer_Ref_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_ExplicitLayoutStructFixedBuffer_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.TestStructs.MyCompilerGeneratedButNotReally*) }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_MyCompilerGeneratedButNotReally_Ptr_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_MyCompilerGeneratedButNotReally_Ptr_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.TestStructs.SequentialStructWithPaddingAndVectorField).MakeByRefType() }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_SequentialStructWithPaddingAndVectorField_Ref_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_SequentialStructWithPaddingAndVectorField_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.TestStructs.StructWithBlittableTypes).MakeByRefType() }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_StructWithBlittableTypes_Ref_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_StructWithBlittableTypes_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.TestStructs.StructWithNonBlittableTypes).MakeByRefType() }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_StructWithNonBlittableTypes_Ref_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_StructWithNonBlittableTypes_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.TestStructs.StructWithNonBlittableTypesWithMarshalAs).MakeByRefType() }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_StructWithNonBlittableTypesWithMarshalAs_Ref_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_StructWithNonBlittableTypesWithMarshalAs_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.Types.MyEnum) }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_Types_MyEnum_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_Types_MyEnum_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(System.Guid).MakeByRefType() }, typeof(R_Int32_P_0_System_Guid_Ref_Delegate), Call_R_Int32_P_0_System_Guid_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(System.IntPtr) }, typeof(R_Int32_P_0_IntPtr_Delegate), Call_R_Int32_P_0_IntPtr_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.bool2).MakeByRefType() }, typeof(R_Int32_P_0_Unity_Mathematics_bool2_Ref_Delegate), Call_R_Int32_P_0_Unity_Mathematics_bool2_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.bool2).MakeByRefType(), typeof(Unity.Mathematics.bool2).MakeByRefType() }, typeof(R_Int32_P_0_Unity_Mathematics_bool2_Ref_1_Unity_Mathematics_bool2_Ref_Delegate), Call_R_Int32_P_0_Unity_Mathematics_bool2_Ref_1_Unity_Mathematics_bool2_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.bool2).MakeByRefType(), typeof(bool) }, typeof(R_Int32_P_0_Unity_Mathematics_bool2_Ref_1_Boolean_Delegate), Call_R_Int32_P_0_Unity_Mathematics_bool2_Ref_1_Boolean_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.bool3).MakeByRefType() }, typeof(R_Int32_P_0_Unity_Mathematics_bool3_Ref_Delegate), Call_R_Int32_P_0_Unity_Mathematics_bool3_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.bool3).MakeByRefType(), typeof(Unity.Mathematics.bool3).MakeByRefType() }, typeof(R_Int32_P_0_Unity_Mathematics_bool3_Ref_1_Unity_Mathematics_bool3_Ref_Delegate), Call_R_Int32_P_0_Unity_Mathematics_bool3_Ref_1_Unity_Mathematics_bool3_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.bool3).MakeByRefType(), typeof(bool) }, typeof(R_Int32_P_0_Unity_Mathematics_bool3_Ref_1_Boolean_Delegate), Call_R_Int32_P_0_Unity_Mathematics_bool3_Ref_1_Boolean_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.bool4).MakeByRefType() }, typeof(R_Int32_P_0_Unity_Mathematics_bool4_Ref_Delegate), Call_R_Int32_P_0_Unity_Mathematics_bool4_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.bool4).MakeByRefType(), typeof(Unity.Mathematics.bool4).MakeByRefType() }, typeof(R_Int32_P_0_Unity_Mathematics_bool4_Ref_1_Unity_Mathematics_bool4_Ref_Delegate), Call_R_Int32_P_0_Unity_Mathematics_bool4_Ref_1_Unity_Mathematics_bool4_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.bool4).MakeByRefType(), typeof(bool) }, typeof(R_Int32_P_0_Unity_Mathematics_bool4_Ref_1_Boolean_Delegate), Call_R_Int32_P_0_Unity_Mathematics_bool4_Ref_1_Boolean_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.float2).MakeByRefType() }, typeof(R_Int32_P_0_Unity_Mathematics_float2_Ref_Delegate), Call_R_Int32_P_0_Unity_Mathematics_float2_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.float2).MakeByRefType(), typeof(Unity.Mathematics.float2).MakeByRefType() }, typeof(R_Int32_P_0_Unity_Mathematics_float2_Ref_1_Unity_Mathematics_float2_Ref_Delegate), Call_R_Int32_P_0_Unity_Mathematics_float2_Ref_1_Unity_Mathematics_float2_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.float2).MakeByRefType(), typeof(float) }, typeof(R_Int32_P_0_Unity_Mathematics_float2_Ref_1_Single_Delegate), Call_R_Int32_P_0_Unity_Mathematics_float2_Ref_1_Single_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.float3).MakeByRefType() }, typeof(R_Int32_P_0_Unity_Mathematics_float3_Ref_Delegate), Call_R_Int32_P_0_Unity_Mathematics_float3_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.float3).MakeByRefType(), typeof(Unity.Mathematics.float3).MakeByRefType() }, typeof(R_Int32_P_0_Unity_Mathematics_float3_Ref_1_Unity_Mathematics_float3_Ref_Delegate), Call_R_Int32_P_0_Unity_Mathematics_float3_Ref_1_Unity_Mathematics_float3_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.float3).MakeByRefType(), typeof(float) }, typeof(R_Int32_P_0_Unity_Mathematics_float3_Ref_1_Single_Delegate), Call_R_Int32_P_0_Unity_Mathematics_float3_Ref_1_Single_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.float4).MakeByRefType() }, typeof(R_Int32_P_0_Unity_Mathematics_float4_Ref_Delegate), Call_R_Int32_P_0_Unity_Mathematics_float4_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.float4).MakeByRefType(), typeof(Unity.Mathematics.float4).MakeByRefType() }, typeof(R_Int32_P_0_Unity_Mathematics_float4_Ref_1_Unity_Mathematics_float4_Ref_Delegate), Call_R_Int32_P_0_Unity_Mathematics_float4_Ref_1_Unity_Mathematics_float4_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.float4).MakeByRefType(), typeof(float) }, typeof(R_Int32_P_0_Unity_Mathematics_float4_Ref_1_Single_Delegate), Call_R_Int32_P_0_Unity_Mathematics_float4_Ref_1_Single_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.int2).MakeByRefType() }, typeof(R_Int32_P_0_Unity_Mathematics_int2_Ref_Delegate), Call_R_Int32_P_0_Unity_Mathematics_int2_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.int2).MakeByRefType(), typeof(Unity.Mathematics.int2).MakeByRefType() }, typeof(R_Int32_P_0_Unity_Mathematics_int2_Ref_1_Unity_Mathematics_int2_Ref_Delegate), Call_R_Int32_P_0_Unity_Mathematics_int2_Ref_1_Unity_Mathematics_int2_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.int2).MakeByRefType(), typeof(Unity.Mathematics.int2).MakeByRefType(), typeof(Unity.Mathematics.int2).MakeByRefType() }, typeof(R_Int32_P_0_Unity_Mathematics_int2_Ref_1_Unity_Mathematics_int2_Ref_2_Unity_Mathematics_int2_Ref_Delegate), Call_R_Int32_P_0_Unity_Mathematics_int2_Ref_1_Unity_Mathematics_int2_Ref_2_Unity_Mathematics_int2_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.int2).MakeByRefType(), typeof(int) }, typeof(R_Int32_P_0_Unity_Mathematics_int2_Ref_1_Int32_Delegate), Call_R_Int32_P_0_Unity_Mathematics_int2_Ref_1_Int32_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.int3).MakeByRefType() }, typeof(R_Int32_P_0_Unity_Mathematics_int3_Ref_Delegate), Call_R_Int32_P_0_Unity_Mathematics_int3_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.int3).MakeByRefType(), typeof(Unity.Mathematics.int3).MakeByRefType() }, typeof(R_Int32_P_0_Unity_Mathematics_int3_Ref_1_Unity_Mathematics_int3_Ref_Delegate), Call_R_Int32_P_0_Unity_Mathematics_int3_Ref_1_Unity_Mathematics_int3_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.int3).MakeByRefType(), typeof(Unity.Mathematics.int3).MakeByRefType(), typeof(Unity.Mathematics.int3).MakeByRefType() }, typeof(R_Int32_P_0_Unity_Mathematics_int3_Ref_1_Unity_Mathematics_int3_Ref_2_Unity_Mathematics_int3_Ref_Delegate), Call_R_Int32_P_0_Unity_Mathematics_int3_Ref_1_Unity_Mathematics_int3_Ref_2_Unity_Mathematics_int3_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.int3).MakeByRefType(), typeof(int) }, typeof(R_Int32_P_0_Unity_Mathematics_int3_Ref_1_Int32_Delegate), Call_R_Int32_P_0_Unity_Mathematics_int3_Ref_1_Int32_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.int4).MakeByRefType() }, typeof(R_Int32_P_0_Unity_Mathematics_int4_Ref_Delegate), Call_R_Int32_P_0_Unity_Mathematics_int4_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.int4).MakeByRefType(), typeof(Unity.Mathematics.bool4).MakeByRefType() }, typeof(R_Int32_P_0_Unity_Mathematics_int4_Ref_1_Unity_Mathematics_bool4_Ref_Delegate), Call_R_Int32_P_0_Unity_Mathematics_int4_Ref_1_Unity_Mathematics_bool4_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.int4).MakeByRefType(), typeof(Unity.Mathematics.int4).MakeByRefType() }, typeof(R_Int32_P_0_Unity_Mathematics_int4_Ref_1_Unity_Mathematics_int4_Ref_Delegate), Call_R_Int32_P_0_Unity_Mathematics_int4_Ref_1_Unity_Mathematics_int4_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.int4).MakeByRefType(), typeof(Unity.Mathematics.int4).MakeByRefType(), typeof(Unity.Mathematics.int4).MakeByRefType() }, typeof(R_Int32_P_0_Unity_Mathematics_int4_Ref_1_Unity_Mathematics_int4_Ref_2_Unity_Mathematics_int4_Ref_Delegate), Call_R_Int32_P_0_Unity_Mathematics_int4_Ref_1_Unity_Mathematics_int4_Ref_2_Unity_Mathematics_int4_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.int4).MakeByRefType(), typeof(int) }, typeof(R_Int32_P_0_Unity_Mathematics_int4_Ref_1_Int32_Delegate), Call_R_Int32_P_0_Unity_Mathematics_int4_Ref_1_Int32_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.uint2).MakeByRefType() }, typeof(R_Int32_P_0_Unity_Mathematics_uint2_Ref_Delegate), Call_R_Int32_P_0_Unity_Mathematics_uint2_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.uint2).MakeByRefType(), typeof(Unity.Mathematics.uint2).MakeByRefType() }, typeof(R_Int32_P_0_Unity_Mathematics_uint2_Ref_1_Unity_Mathematics_uint2_Ref_Delegate), Call_R_Int32_P_0_Unity_Mathematics_uint2_Ref_1_Unity_Mathematics_uint2_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.uint2).MakeByRefType(), typeof(uint) }, typeof(R_Int32_P_0_Unity_Mathematics_uint2_Ref_1_UInt32_Delegate), Call_R_Int32_P_0_Unity_Mathematics_uint2_Ref_1_UInt32_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.uint3).MakeByRefType() }, typeof(R_Int32_P_0_Unity_Mathematics_uint3_Ref_Delegate), Call_R_Int32_P_0_Unity_Mathematics_uint3_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.uint3).MakeByRefType(), typeof(Unity.Mathematics.uint3).MakeByRefType() }, typeof(R_Int32_P_0_Unity_Mathematics_uint3_Ref_1_Unity_Mathematics_uint3_Ref_Delegate), Call_R_Int32_P_0_Unity_Mathematics_uint3_Ref_1_Unity_Mathematics_uint3_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.uint3).MakeByRefType(), typeof(uint) }, typeof(R_Int32_P_0_Unity_Mathematics_uint3_Ref_1_UInt32_Delegate), Call_R_Int32_P_0_Unity_Mathematics_uint3_Ref_1_UInt32_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.uint4).MakeByRefType() }, typeof(R_Int32_P_0_Unity_Mathematics_uint4_Ref_Delegate), Call_R_Int32_P_0_Unity_Mathematics_uint4_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.uint4).MakeByRefType(), typeof(Unity.Mathematics.uint4).MakeByRefType() }, typeof(R_Int32_P_0_Unity_Mathematics_uint4_Ref_1_Unity_Mathematics_uint4_Ref_Delegate), Call_R_Int32_P_0_Unity_Mathematics_uint4_Ref_1_Unity_Mathematics_uint4_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Mathematics.uint4).MakeByRefType(), typeof(uint) }, typeof(R_Int32_P_0_Unity_Mathematics_uint4_Ref_1_UInt32_Delegate), Call_R_Int32_P_0_Unity_Mathematics_uint4_Ref_1_UInt32_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(bool) }, typeof(R_Int32_P_0_Boolean_Delegate), Call_R_Int32_P_0_Boolean_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(bool), typeof(bool) }, typeof(R_Int32_P_0_Boolean_1_Boolean_Delegate), Call_R_Int32_P_0_Boolean_1_Boolean_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(bool), typeof(bool), typeof(bool) }, typeof(R_Int32_P_0_Boolean_1_Boolean_2_Boolean_Delegate), Call_R_Int32_P_0_Boolean_1_Boolean_2_Boolean_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(bool), typeof(bool), typeof(bool), typeof(bool) }, typeof(R_Int32_P_0_Boolean_1_Boolean_2_Boolean_3_Boolean_Delegate), Call_R_Int32_P_0_Boolean_1_Boolean_2_Boolean_3_Boolean_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(byte) }, typeof(R_Int32_P_0_Byte_Delegate), Call_R_Int32_P_0_Byte_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(byte).MakeByRefType() }, typeof(R_Int32_P_0_Byte_Ref_Delegate), Call_R_Int32_P_0_Byte_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(double) }, typeof(R_Int32_P_0_Double_Delegate), Call_R_Int32_P_0_Double_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(float) }, typeof(R_Int32_P_0_Single_Delegate), Call_R_Int32_P_0_Single_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(float), typeof(float) }, typeof(R_Int32_P_0_Single_1_Single_Delegate), Call_R_Int32_P_0_Single_1_Single_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(int) }, typeof(R_Int32_P_0_Int32_Delegate), Call_R_Int32_P_0_Int32_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(int), typeof(Burst.Compiler.IL.Tests.Functions.Pair).MakeByRefType() }, typeof(R_Int32_P_0_Int32_1_Burst_Compiler_IL_Tests_Functions_Pair_Ref_Delegate), Call_R_Int32_P_0_Int32_1_Burst_Compiler_IL_Tests_Functions_Pair_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(int), typeof(int) }, typeof(R_Int32_P_0_Int32_1_Int32_Delegate), Call_R_Int32_P_0_Int32_1_Int32_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(int), typeof(int), typeof(int) }, typeof(R_Int32_P_0_Int32_1_Int32_2_Int32_Delegate), Call_R_Int32_P_0_Int32_1_Int32_2_Int32_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(int).MakeByRefType() }, typeof(R_Int32_P_0_Int32_Ref_Delegate), Call_R_Int32_P_0_Int32_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(int).MakeByRefType(), typeof(int), typeof(int) }, typeof(R_Int32_P_0_Int32_Ref_1_Int32_2_Int32_Delegate), Call_R_Int32_P_0_Int32_Ref_1_Int32_2_Int32_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(int*), typeof(int) }, typeof(R_Int32_P_0_Int32_Ptr_1_Int32_Delegate), Call_R_Int32_P_0_Int32_Ptr_1_Int32_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(long) }, typeof(R_Int32_P_0_Int64_Delegate), Call_R_Int32_P_0_Int64_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(sbyte) }, typeof(R_Int32_P_0_SByte_Delegate), Call_R_Int32_P_0_SByte_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(sbyte).MakeByRefType() }, typeof(R_Int32_P_0_SByte_Ref_Delegate), Call_R_Int32_P_0_SByte_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(short) }, typeof(R_Int32_P_0_Int16_Delegate), Call_R_Int32_P_0_Int16_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(short).MakeByRefType() }, typeof(R_Int32_P_0_Int16_Ref_Delegate), Call_R_Int32_P_0_Int16_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(uint) }, typeof(R_Int32_P_0_UInt32_Delegate), Call_R_Int32_P_0_UInt32_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(uint), typeof(int) }, typeof(R_Int32_P_0_UInt32_1_Int32_Delegate), Call_R_Int32_P_0_UInt32_1_Int32_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(ulong) }, typeof(R_Int32_P_0_UInt64_Delegate), Call_R_Int32_P_0_UInt64_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(ushort) }, typeof(R_Int32_P_0_UInt16_Delegate), Call_R_Int32_P_0_UInt16_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(ushort).MakeByRefType() }, typeof(R_Int32_P_0_UInt16_Ref_Delegate), Call_R_Int32_P_0_UInt16_Ref_Delegate);
|
|
Register(typeof(long), Array.Empty<Type>(), typeof(R_Int64_P_Delegate), Call_R_Int64_P_Delegate);
|
|
Register(typeof(long), new Type[] { typeof(Burst.Compiler.IL.Tests.Pointers.PointerArithmetic).MakeByRefType() }, typeof(R_Int64_P_0_Burst_Compiler_IL_Tests_Pointers_PointerArithmetic_Ref_Delegate), Call_R_Int64_P_0_Burst_Compiler_IL_Tests_Pointers_PointerArithmetic_Ref_Delegate);
|
|
Register(typeof(long), new Type[] { typeof(double) }, typeof(R_Int64_P_0_Double_Delegate), Call_R_Int64_P_0_Double_Delegate);
|
|
Register(typeof(long), new Type[] { typeof(int) }, typeof(R_Int64_P_0_Int32_Delegate), Call_R_Int64_P_0_Int32_Delegate);
|
|
Register(typeof(long), new Type[] { typeof(int), typeof(int) }, typeof(R_Int64_P_0_Int32_1_Int32_Delegate), Call_R_Int64_P_0_Int32_1_Int32_Delegate);
|
|
Register(typeof(long), new Type[] { typeof(long) }, typeof(R_Int64_P_0_Int64_Delegate), Call_R_Int64_P_0_Int64_Delegate);
|
|
Register(typeof(long), new Type[] { typeof(long), typeof(int) }, typeof(R_Int64_P_0_Int64_1_Int32_Delegate), Call_R_Int64_P_0_Int64_1_Int32_Delegate);
|
|
Register(typeof(long), new Type[] { typeof(long), typeof(long) }, typeof(R_Int64_P_0_Int64_1_Int64_Delegate), Call_R_Int64_P_0_Int64_1_Int64_Delegate);
|
|
Register(typeof(long), new Type[] { typeof(long), typeof(long), typeof(long) }, typeof(R_Int64_P_0_Int64_1_Int64_2_Int64_Delegate), Call_R_Int64_P_0_Int64_1_Int64_2_Int64_Delegate);
|
|
Register(typeof(long), new Type[] { typeof(long).MakeByRefType() }, typeof(R_Int64_P_0_Int64_Ref_Delegate), Call_R_Int64_P_0_Int64_Ref_Delegate);
|
|
Register(typeof(long), new Type[] { typeof(long).MakeByRefType(), typeof(long), typeof(long) }, typeof(R_Int64_P_0_Int64_Ref_1_Int64_2_Int64_Delegate), Call_R_Int64_P_0_Int64_Ref_1_Int64_2_Int64_Delegate);
|
|
Register(typeof(long), new Type[] { typeof(sbyte) }, typeof(R_Int64_P_0_SByte_Delegate), Call_R_Int64_P_0_SByte_Delegate);
|
|
Register(typeof(long), new Type[] { typeof(short) }, typeof(R_Int64_P_0_Int16_Delegate), Call_R_Int64_P_0_Int16_Delegate);
|
|
Register(typeof(long), new Type[] { typeof(uint) }, typeof(R_Int64_P_0_UInt32_Delegate), Call_R_Int64_P_0_UInt32_Delegate);
|
|
Register(typeof(long), new Type[] { typeof(ulong) }, typeof(R_Int64_P_0_UInt64_Delegate), Call_R_Int64_P_0_UInt64_Delegate);
|
|
Register(typeof(sbyte), new Type[] { typeof(Burst.Compiler.IL.Tests.TestFixed.IndexerStructTestSByte).MakeByRefType(), typeof(byte) }, typeof(R_SByte_P_0_Burst_Compiler_IL_Tests_TestFixed_IndexerStructTestSByte_Ref_1_Byte_Delegate), Call_R_SByte_P_0_Burst_Compiler_IL_Tests_TestFixed_IndexerStructTestSByte_Ref_1_Byte_Delegate);
|
|
Register(typeof(sbyte), new Type[] { typeof(Burst.Compiler.IL.Tests.TestFixed.IndexerStructTestSByte).MakeByRefType(), typeof(sbyte) }, typeof(R_SByte_P_0_Burst_Compiler_IL_Tests_TestFixed_IndexerStructTestSByte_Ref_1_SByte_Delegate), Call_R_SByte_P_0_Burst_Compiler_IL_Tests_TestFixed_IndexerStructTestSByte_Ref_1_SByte_Delegate);
|
|
Register(typeof(sbyte), new Type[] { typeof(int) }, typeof(R_SByte_P_0_Int32_Delegate), Call_R_SByte_P_0_Int32_Delegate);
|
|
Register(typeof(sbyte), new Type[] { typeof(sbyte) }, typeof(R_SByte_P_0_SByte_Delegate), Call_R_SByte_P_0_SByte_Delegate);
|
|
Register(typeof(sbyte), new Type[] { typeof(sbyte), typeof(sbyte) }, typeof(R_SByte_P_0_SByte_1_SByte_Delegate), Call_R_SByte_P_0_SByte_1_SByte_Delegate);
|
|
Register(typeof(sbyte), new Type[] { typeof(sbyte), typeof(sbyte), typeof(sbyte) }, typeof(R_SByte_P_0_SByte_1_SByte_2_SByte_Delegate), Call_R_SByte_P_0_SByte_1_SByte_2_SByte_Delegate);
|
|
Register(typeof(sbyte), new Type[] { typeof(uint) }, typeof(R_SByte_P_0_UInt32_Delegate), Call_R_SByte_P_0_UInt32_Delegate);
|
|
Register(typeof(short), new Type[] { typeof(int) }, typeof(R_Int16_P_0_Int32_Delegate), Call_R_Int16_P_0_Int32_Delegate);
|
|
Register(typeof(short), new Type[] { typeof(short) }, typeof(R_Int16_P_0_Int16_Delegate), Call_R_Int16_P_0_Int16_Delegate);
|
|
Register(typeof(short), new Type[] { typeof(short), typeof(short) }, typeof(R_Int16_P_0_Int16_1_Int16_Delegate), Call_R_Int16_P_0_Int16_1_Int16_Delegate);
|
|
Register(typeof(short), new Type[] { typeof(short), typeof(short), typeof(short) }, typeof(R_Int16_P_0_Int16_1_Int16_2_Int16_Delegate), Call_R_Int16_P_0_Int16_1_Int16_2_Int16_Delegate);
|
|
Register(typeof(short), new Type[] { typeof(uint) }, typeof(R_Int16_P_0_UInt32_Delegate), Call_R_Int16_P_0_UInt32_Delegate);
|
|
Register(typeof(uint), Array.Empty<Type>(), typeof(R_UInt32_P_Delegate), Call_R_UInt32_P_Delegate);
|
|
Register(typeof(uint), new Type[] { typeof(Unity.Mathematics.uint4).MakeByRefType(), typeof(Unity.Mathematics.bool4).MakeByRefType() }, typeof(R_UInt32_P_0_Unity_Mathematics_uint4_Ref_1_Unity_Mathematics_bool4_Ref_Delegate), Call_R_UInt32_P_0_Unity_Mathematics_uint4_Ref_1_Unity_Mathematics_bool4_Ref_Delegate);
|
|
Register(typeof(uint), new Type[] { typeof(int) }, typeof(R_UInt32_P_0_Int32_Delegate), Call_R_UInt32_P_0_Int32_Delegate);
|
|
Register(typeof(uint), new Type[] { typeof(sbyte) }, typeof(R_UInt32_P_0_SByte_Delegate), Call_R_UInt32_P_0_SByte_Delegate);
|
|
Register(typeof(uint), new Type[] { typeof(uint) }, typeof(R_UInt32_P_0_UInt32_Delegate), Call_R_UInt32_P_0_UInt32_Delegate);
|
|
Register(typeof(uint), new Type[] { typeof(uint), typeof(int) }, typeof(R_UInt32_P_0_UInt32_1_Int32_Delegate), Call_R_UInt32_P_0_UInt32_1_Int32_Delegate);
|
|
Register(typeof(uint), new Type[] { typeof(uint), typeof(uint) }, typeof(R_UInt32_P_0_UInt32_1_UInt32_Delegate), Call_R_UInt32_P_0_UInt32_1_UInt32_Delegate);
|
|
Register(typeof(uint), new Type[] { typeof(uint), typeof(uint), typeof(uint) }, typeof(R_UInt32_P_0_UInt32_1_UInt32_2_UInt32_Delegate), Call_R_UInt32_P_0_UInt32_1_UInt32_2_UInt32_Delegate);
|
|
Register(typeof(uint), new Type[] { typeof(uint).MakeByRefType() }, typeof(R_UInt32_P_0_UInt32_Ref_Delegate), Call_R_UInt32_P_0_UInt32_Ref_Delegate);
|
|
Register(typeof(uint), new Type[] { typeof(ulong) }, typeof(R_UInt32_P_0_UInt64_Delegate), Call_R_UInt32_P_0_UInt64_Delegate);
|
|
Register(typeof(ulong), Array.Empty<Type>(), typeof(R_UInt64_P_Delegate), Call_R_UInt64_P_Delegate);
|
|
Register(typeof(ulong), new Type[] { typeof(double) }, typeof(R_UInt64_P_0_Double_Delegate), Call_R_UInt64_P_0_Double_Delegate);
|
|
Register(typeof(ulong), new Type[] { typeof(int) }, typeof(R_UInt64_P_0_Int32_Delegate), Call_R_UInt64_P_0_Int32_Delegate);
|
|
Register(typeof(ulong), new Type[] { typeof(short) }, typeof(R_UInt64_P_0_Int16_Delegate), Call_R_UInt64_P_0_Int16_Delegate);
|
|
Register(typeof(ulong), new Type[] { typeof(uint) }, typeof(R_UInt64_P_0_UInt32_Delegate), Call_R_UInt64_P_0_UInt32_Delegate);
|
|
Register(typeof(ulong), new Type[] { typeof(ulong), typeof(ulong) }, typeof(R_UInt64_P_0_UInt64_1_UInt64_Delegate), Call_R_UInt64_P_0_UInt64_1_UInt64_Delegate);
|
|
Register(typeof(ulong), new Type[] { typeof(ulong), typeof(ulong), typeof(ulong) }, typeof(R_UInt64_P_0_UInt64_1_UInt64_2_UInt64_Delegate), Call_R_UInt64_P_0_UInt64_1_UInt64_2_UInt64_Delegate);
|
|
Register(typeof(ulong), new Type[] { typeof(ulong).MakeByRefType() }, typeof(R_UInt64_P_0_UInt64_Ref_Delegate), Call_R_UInt64_P_0_UInt64_Ref_Delegate);
|
|
Register(typeof(ulong), new Type[] { typeof(ulong*), typeof(ulong), typeof(ulong) }, typeof(R_UInt64_P_0_UInt64_Ptr_1_UInt64_2_UInt64_Delegate), Call_R_UInt64_P_0_UInt64_Ptr_1_UInt64_2_UInt64_Delegate);
|
|
Register(typeof(ushort), new Type[] { typeof(Burst.Compiler.IL.Tests.TestFixed.SomeStruct).MakeByRefType() }, typeof(R_UInt16_P_0_Burst_Compiler_IL_Tests_TestFixed_SomeStruct_Ref_Delegate), Call_R_UInt16_P_0_Burst_Compiler_IL_Tests_TestFixed_SomeStruct_Ref_Delegate);
|
|
Register(typeof(ushort), new Type[] { typeof(int) }, typeof(R_UInt16_P_0_Int32_Delegate), Call_R_UInt16_P_0_Int32_Delegate);
|
|
Register(typeof(ushort), new Type[] { typeof(uint) }, typeof(R_UInt16_P_0_UInt32_Delegate), Call_R_UInt16_P_0_UInt32_Delegate);
|
|
Register(typeof(ushort), new Type[] { typeof(ushort), typeof(ushort) }, typeof(R_UInt16_P_0_UInt16_1_UInt16_Delegate), Call_R_UInt16_P_0_UInt16_1_UInt16_Delegate);
|
|
Register(typeof(ushort), new Type[] { typeof(ushort), typeof(ushort), typeof(ushort) }, typeof(R_UInt16_P_0_UInt16_1_UInt16_2_UInt16_Delegate), Call_R_UInt16_P_0_UInt16_1_UInt16_2_UInt16_Delegate);
|
|
Register(typeof(void), Array.Empty<Type>(), typeof(R_System_Void_P_Delegate), Call_R_System_Void_P_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.Aliasing.ContainerOfManyNoAliasFields).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_ContainerOfManyNoAliasFields_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_ContainerOfManyNoAliasFields_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.Aliasing.DoesAliasWithSubStructPointersStruct).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_DoesAliasWithSubStructPointersStruct_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_DoesAliasWithSubStructPointersStruct_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.Aliasing.LinkedList).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_LinkedList_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_LinkedList_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.Aliasing.NoAliasField).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_NoAliasField_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_NoAliasField_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.Aliasing.NoAliasField).MakeByRefType(), typeof(Burst.Compiler.IL.Tests.Aliasing.NoAliasField).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_NoAliasField_Ref_1_Burst_Compiler_IL_Tests_Aliasing_NoAliasField_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_NoAliasField_Ref_1_Burst_Compiler_IL_Tests_Aliasing_NoAliasField_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.Aliasing.NoAliasWithContentsStruct).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_NoAliasWithContentsStruct_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_NoAliasWithContentsStruct_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.Aliasing.StructWithPadding).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_StructWithPadding_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_StructWithPadding_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.Aliasing.Union).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_Union_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_Union_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.IntrinsicsCommon.Buffer).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_IntrinsicsCommon_Buffer_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_IntrinsicsCommon_Buffer_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.TestStructs.Fixed4096).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_Fixed4096_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_Fixed4096_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.TestStructs.Fixed4096).MakeByRefType(), typeof(Burst.Compiler.IL.Tests.TestStructs.Fixed4096).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_Fixed4096_Ref_1_Burst_Compiler_IL_Tests_TestStructs_Fixed4096_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_Fixed4096_Ref_1_Burst_Compiler_IL_Tests_TestStructs_Fixed4096_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.TestStructs.MultipleSized4096).MakeByRefType(), typeof(Burst.Compiler.IL.Tests.TestStructs.Sized4096).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_MultipleSized4096_Ref_1_Burst_Compiler_IL_Tests_TestStructs_Sized4096_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_MultipleSized4096_Ref_1_Burst_Compiler_IL_Tests_TestStructs_Sized4096_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.TestStructs.MultipleSized4096).MakeByRefType(), typeof(Burst.Compiler.IL.Tests.TestStructs.Sized4096).MakeByRefType(), typeof(Burst.Compiler.IL.Tests.TestStructs.Sized4096).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_MultipleSized4096_Ref_1_Burst_Compiler_IL_Tests_TestStructs_Sized4096_Ref_2_Burst_Compiler_IL_Tests_TestStructs_Sized4096_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_MultipleSized4096_Ref_1_Burst_Compiler_IL_Tests_TestStructs_Sized4096_Ref_2_Burst_Compiler_IL_Tests_TestStructs_Sized4096_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.TestStructs.PointersInStruct).MakeByRefType(), typeof(Burst.Compiler.IL.Tests.TestStructs.Fixed4096).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_PointersInStruct_Ref_1_Burst_Compiler_IL_Tests_TestStructs_Fixed4096_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_PointersInStruct_Ref_1_Burst_Compiler_IL_Tests_TestStructs_Fixed4096_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.TestStructs.Sized4096).MakeByRefType(), typeof(Burst.Compiler.IL.Tests.TestStructs.Sized4096).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_Sized4096_Ref_1_Burst_Compiler_IL_Tests_TestStructs_Sized4096_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_Sized4096_Ref_1_Burst_Compiler_IL_Tests_TestStructs_Sized4096_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.TestStructs.UninitFieldsAreZero*) }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_UninitFieldsAreZero_Ptr_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_UninitFieldsAreZero_Ptr_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.float2x2*) }, typeof(R_System_Void_P_0_Unity_Mathematics_float2x2_Ptr_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_float2x2_Ptr_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.float3x3*) }, typeof(R_System_Void_P_0_Unity_Mathematics_float3x3_Ptr_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_float3x3_Ptr_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.float4x4*) }, typeof(R_System_Void_P_0_Unity_Mathematics_float4x4_Ptr_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_float4x4_Ptr_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.int2*), typeof(ushort) }, typeof(R_System_Void_P_0_Unity_Mathematics_int2_Ptr_1_UInt16_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_int2_Ptr_1_UInt16_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(int) }, typeof(R_System_Void_P_0_Int32_Delegate), Call_R_System_Void_P_0_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(int), typeof(int) }, typeof(R_System_Void_P_0_Int32_1_Int32_Delegate), Call_R_System_Void_P_0_Int32_1_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(int).MakeByRefType(), typeof(float).MakeByRefType() }, typeof(R_System_Void_P_0_Int32_Ref_1_Single_Ref_Delegate), Call_R_System_Void_P_0_Int32_Ref_1_Single_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(int).MakeByRefType(), typeof(int).MakeByRefType() }, typeof(R_System_Void_P_0_Int32_Ref_1_Int32_Ref_Delegate), Call_R_System_Void_P_0_Int32_Ref_1_Int32_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(int).MakeByRefType(), typeof(int).MakeByRefType(), typeof(int).MakeByRefType() }, typeof(R_System_Void_P_0_Int32_Ref_1_Int32_Ref_2_Int32_Ref_Delegate), Call_R_System_Void_P_0_Int32_Ref_1_Int32_Ref_2_Int32_Ref_Delegate);
|
|
|
|
#if BURST_TESTS_ONLY
|
|
Register(typeof(Burst.Compiler.IL.Tests.ABI.BigExplicitLayoutStruct), new Type[] { typeof(Burst.Compiler.IL.Tests.ABI.BigExplicitLayoutStruct), typeof(int) }, typeof(R_Burst_Compiler_IL_Tests_ABI_BigExplicitLayoutStruct_P_0_Burst_Compiler_IL_Tests_ABI_BigExplicitLayoutStruct_1_Int32_Delegate), Call_R_Burst_Compiler_IL_Tests_ABI_BigExplicitLayoutStruct_P_0_Burst_Compiler_IL_Tests_ABI_BigExplicitLayoutStruct_1_Int32_Delegate);
|
|
Register(typeof(Burst.Compiler.IL.Tests.ABI.BigSSEStruct), new Type[] { typeof(Burst.Compiler.IL.Tests.ABI.BigSSEStruct) }, typeof(R_Burst_Compiler_IL_Tests_ABI_BigSSEStruct_P_0_Burst_Compiler_IL_Tests_ABI_BigSSEStruct_Delegate), Call_R_Burst_Compiler_IL_Tests_ABI_BigSSEStruct_P_0_Burst_Compiler_IL_Tests_ABI_BigSSEStruct_Delegate);
|
|
Register(typeof(Burst.Compiler.IL.Tests.ABI.BigStruct), Array.Empty<Type>(), typeof(R_Burst_Compiler_IL_Tests_ABI_BigStruct_P_Delegate), Call_R_Burst_Compiler_IL_Tests_ABI_BigStruct_P_Delegate);
|
|
Register(typeof(Burst.Compiler.IL.Tests.ABI.EmptyStruct), new Type[] { typeof(Burst.Compiler.IL.Tests.ABI.EmptyStruct) }, typeof(R_Burst_Compiler_IL_Tests_ABI_EmptyStruct_P_0_Burst_Compiler_IL_Tests_ABI_EmptyStruct_Delegate), Call_R_Burst_Compiler_IL_Tests_ABI_EmptyStruct_P_0_Burst_Compiler_IL_Tests_ABI_EmptyStruct_Delegate);
|
|
Register(typeof(Burst.Compiler.IL.Tests.ABI.ExplicitButAligned), new Type[] { typeof(Burst.Compiler.IL.Tests.ABI.ExplicitButAligned) }, typeof(R_Burst_Compiler_IL_Tests_ABI_ExplicitButAligned_P_0_Burst_Compiler_IL_Tests_ABI_ExplicitButAligned_Delegate), Call_R_Burst_Compiler_IL_Tests_ABI_ExplicitButAligned_P_0_Burst_Compiler_IL_Tests_ABI_ExplicitButAligned_Delegate);
|
|
Register(typeof(Burst.Compiler.IL.Tests.ABI.HandleStruct), new Type[] { typeof(Burst.Compiler.IL.Tests.ABI.HandleStruct) }, typeof(R_Burst_Compiler_IL_Tests_ABI_HandleStruct_P_0_Burst_Compiler_IL_Tests_ABI_HandleStruct_Delegate), Call_R_Burst_Compiler_IL_Tests_ABI_HandleStruct_P_0_Burst_Compiler_IL_Tests_ABI_HandleStruct_Delegate);
|
|
Register(typeof(Burst.Compiler.IL.Tests.ABI.HandleStruct), new Type[] { typeof(Burst.Compiler.IL.Tests.ABI.HandleStruct), typeof(int) }, typeof(R_Burst_Compiler_IL_Tests_ABI_HandleStruct_P_0_Burst_Compiler_IL_Tests_ABI_HandleStruct_1_Int32_Delegate), Call_R_Burst_Compiler_IL_Tests_ABI_HandleStruct_P_0_Burst_Compiler_IL_Tests_ABI_HandleStruct_1_Int32_Delegate);
|
|
Register(typeof(Burst.Compiler.IL.Tests.ABI.IIF), new Type[] { typeof(Burst.Compiler.IL.Tests.ABI.IIF) }, typeof(R_Burst_Compiler_IL_Tests_ABI_IIF_P_0_Burst_Compiler_IL_Tests_ABI_IIF_Delegate), Call_R_Burst_Compiler_IL_Tests_ABI_IIF_P_0_Burst_Compiler_IL_Tests_ABI_IIF_Delegate);
|
|
Register(typeof(Burst.Compiler.IL.Tests.ABI.IntInStruct), new Type[] { typeof(Burst.Compiler.IL.Tests.ABI.IntInStruct) }, typeof(R_Burst_Compiler_IL_Tests_ABI_IntInStruct_P_0_Burst_Compiler_IL_Tests_ABI_IntInStruct_Delegate), Call_R_Burst_Compiler_IL_Tests_ABI_IntInStruct_P_0_Burst_Compiler_IL_Tests_ABI_IntInStruct_Delegate);
|
|
Register(typeof(Burst.Compiler.IL.Tests.ABI.KindaBig), new Type[] { typeof(Burst.Compiler.IL.Tests.ABI.KindaBig) }, typeof(R_Burst_Compiler_IL_Tests_ABI_KindaBig_P_0_Burst_Compiler_IL_Tests_ABI_KindaBig_Delegate), Call_R_Burst_Compiler_IL_Tests_ABI_KindaBig_P_0_Burst_Compiler_IL_Tests_ABI_KindaBig_Delegate);
|
|
Register(typeof(Burst.Compiler.IL.Tests.ABI.LongInStruct), new Type[] { typeof(Burst.Compiler.IL.Tests.ABI.LongInStruct) }, typeof(R_Burst_Compiler_IL_Tests_ABI_LongInStruct_P_0_Burst_Compiler_IL_Tests_ABI_LongInStruct_Delegate), Call_R_Burst_Compiler_IL_Tests_ABI_LongInStruct_P_0_Burst_Compiler_IL_Tests_ABI_LongInStruct_Delegate);
|
|
Register(typeof(Burst.Compiler.IL.Tests.ABI.NestedHandleGenericStruct<Burst.Compiler.IL.Tests.ABI.BigSSEStruct>), new Type[] { typeof(Burst.Compiler.IL.Tests.ABI.NestedHandleGenericStruct<Burst.Compiler.IL.Tests.ABI.BigSSEStruct>) }, typeof(R_Burst_Compiler_IL_Tests_ABI_NestedHandleGenericStruct1_G0_Burst_Compiler_IL_Tests_ABI_BigSSEStruct_P_0_Burst_Compiler_IL_Tests_ABI_NestedHandleGenericStruct1_G0_Burst_Compiler_IL_Tests_ABI_BigSSEStruct_Delegate), Call_R_Burst_Compiler_IL_Tests_ABI_NestedHandleGenericStruct1_G0_Burst_Compiler_IL_Tests_ABI_BigSSEStruct_P_0_Burst_Compiler_IL_Tests_ABI_NestedHandleGenericStruct1_G0_Burst_Compiler_IL_Tests_ABI_BigSSEStruct_Delegate);
|
|
Register(typeof(Burst.Compiler.IL.Tests.ABI.NestedHandleGenericStruct<Burst.Compiler.IL.Tests.ABI.HandleStruct>), new Type[] { typeof(Burst.Compiler.IL.Tests.ABI.NestedHandleGenericStruct<Burst.Compiler.IL.Tests.ABI.HandleStruct>) }, typeof(R_Burst_Compiler_IL_Tests_ABI_NestedHandleGenericStruct1_G0_Burst_Compiler_IL_Tests_ABI_HandleStruct_P_0_Burst_Compiler_IL_Tests_ABI_NestedHandleGenericStruct1_G0_Burst_Compiler_IL_Tests_ABI_HandleStruct_Delegate), Call_R_Burst_Compiler_IL_Tests_ABI_NestedHandleGenericStruct1_G0_Burst_Compiler_IL_Tests_ABI_HandleStruct_P_0_Burst_Compiler_IL_Tests_ABI_NestedHandleGenericStruct1_G0_Burst_Compiler_IL_Tests_ABI_HandleStruct_Delegate);
|
|
Register(typeof(Burst.Compiler.IL.Tests.ABI.NestedHandleStruct), new Type[] { typeof(Burst.Compiler.IL.Tests.ABI.NestedHandleStruct) }, typeof(R_Burst_Compiler_IL_Tests_ABI_NestedHandleStruct_P_0_Burst_Compiler_IL_Tests_ABI_NestedHandleStruct_Delegate), Call_R_Burst_Compiler_IL_Tests_ABI_NestedHandleStruct_P_0_Burst_Compiler_IL_Tests_ABI_NestedHandleStruct_Delegate);
|
|
Register(typeof(Burst.Compiler.IL.Tests.ABI.OverlappingFieldsStruct), new Type[] { typeof(Burst.Compiler.IL.Tests.ABI.OverlappingFieldsStruct) }, typeof(R_Burst_Compiler_IL_Tests_ABI_OverlappingFieldsStruct_P_0_Burst_Compiler_IL_Tests_ABI_OverlappingFieldsStruct_Delegate), Call_R_Burst_Compiler_IL_Tests_ABI_OverlappingFieldsStruct_P_0_Burst_Compiler_IL_Tests_ABI_OverlappingFieldsStruct_Delegate);
|
|
Register(typeof(Burst.Compiler.IL.Tests.ABI.SizePaddedBig), new Type[] { typeof(Burst.Compiler.IL.Tests.ABI.SizePaddedBig), typeof(Burst.Compiler.IL.Tests.ABI.SizePaddedBig) }, typeof(R_Burst_Compiler_IL_Tests_ABI_SizePaddedBig_P_0_Burst_Compiler_IL_Tests_ABI_SizePaddedBig_1_Burst_Compiler_IL_Tests_ABI_SizePaddedBig_Delegate), Call_R_Burst_Compiler_IL_Tests_ABI_SizePaddedBig_P_0_Burst_Compiler_IL_Tests_ABI_SizePaddedBig_1_Burst_Compiler_IL_Tests_ABI_SizePaddedBig_Delegate);
|
|
Register(typeof(Burst.Compiler.IL.Tests.ABI.SizePaddedSmall), new Type[] { typeof(Burst.Compiler.IL.Tests.ABI.SizePaddedSmall), typeof(Burst.Compiler.IL.Tests.ABI.SizePaddedSmall) }, typeof(R_Burst_Compiler_IL_Tests_ABI_SizePaddedSmall_P_0_Burst_Compiler_IL_Tests_ABI_SizePaddedSmall_1_Burst_Compiler_IL_Tests_ABI_SizePaddedSmall_Delegate), Call_R_Burst_Compiler_IL_Tests_ABI_SizePaddedSmall_P_0_Burst_Compiler_IL_Tests_ABI_SizePaddedSmall_1_Burst_Compiler_IL_Tests_ABI_SizePaddedSmall_Delegate);
|
|
Register(typeof(Burst.Compiler.IL.Tests.ABI.SmallSseUpStruct), new Type[] { typeof(Burst.Compiler.IL.Tests.ABI.SmallSseUpStruct) }, typeof(R_Burst_Compiler_IL_Tests_ABI_SmallSseUpStruct_P_0_Burst_Compiler_IL_Tests_ABI_SmallSseUpStruct_Delegate), Call_R_Burst_Compiler_IL_Tests_ABI_SmallSseUpStruct_P_0_Burst_Compiler_IL_Tests_ABI_SmallSseUpStruct_Delegate);
|
|
Register(typeof(Burst.Compiler.IL.Tests.ABI.SmallStruct), Array.Empty<Type>(), typeof(R_Burst_Compiler_IL_Tests_ABI_SmallStruct_P_Delegate), Call_R_Burst_Compiler_IL_Tests_ABI_SmallStruct_P_Delegate);
|
|
Register(typeof(Burst.Compiler.IL.Tests.ABI.TypedHandleStruct), new Type[] { typeof(Burst.Compiler.IL.Tests.ABI.TypedHandleStruct) }, typeof(R_Burst_Compiler_IL_Tests_ABI_TypedHandleStruct_P_0_Burst_Compiler_IL_Tests_ABI_TypedHandleStruct_Delegate), Call_R_Burst_Compiler_IL_Tests_ABI_TypedHandleStruct_P_0_Burst_Compiler_IL_Tests_ABI_TypedHandleStruct_Delegate);
|
|
Register(typeof(Burst.Compiler.IL.Tests.ABI.UnalignedSmallStruct), Array.Empty<Type>(), typeof(R_Burst_Compiler_IL_Tests_ABI_UnalignedSmallStruct_P_Delegate), Call_R_Burst_Compiler_IL_Tests_ABI_UnalignedSmallStruct_P_Delegate);
|
|
Register(typeof(Burst.Compiler.IL.Tests.ABI.UnalignedSmallStruct), new Type[] { typeof(Burst.Compiler.IL.Tests.ABI.UnalignedSmallStruct) }, typeof(R_Burst_Compiler_IL_Tests_ABI_UnalignedSmallStruct_P_0_Burst_Compiler_IL_Tests_ABI_UnalignedSmallStruct_Delegate), Call_R_Burst_Compiler_IL_Tests_ABI_UnalignedSmallStruct_P_0_Burst_Compiler_IL_Tests_ABI_UnalignedSmallStruct_Delegate);
|
|
Register(typeof(Burst.Compiler.IL.Tests.ABI.UnalignedSmallStructWithPadding), Array.Empty<Type>(), typeof(R_Burst_Compiler_IL_Tests_ABI_UnalignedSmallStructWithPadding_P_Delegate), Call_R_Burst_Compiler_IL_Tests_ABI_UnalignedSmallStructWithPadding_P_Delegate);
|
|
Register(typeof(Burst.Compiler.IL.Tests.Types.SomeStructWithValueTuple).MakeByRefType(), Array.Empty<Type>(), typeof(R_Burst_Compiler_IL_Tests_Types_SomeStructWithValueTuple_Ref_P_Delegate), Call_R_Burst_Compiler_IL_Tests_Types_SomeStructWithValueTuple_Ref_P_Delegate);
|
|
Register(typeof(System.IntPtr), new Type[] { typeof(uint) }, typeof(R_IntPtr_P_0_UInt32_Delegate), Call_R_IntPtr_P_0_UInt32_Delegate);
|
|
Register(typeof(System.UIntPtr), new Type[] { typeof(int) }, typeof(R_UIntPtr_P_0_Int32_Delegate), Call_R_UIntPtr_P_0_Int32_Delegate);
|
|
Register(typeof(System.ValueTuple<int,int>).MakeByRefType(), Array.Empty<Type>(), typeof(R_System_ValueTuple2_G0_Int32_G1_Int32_Ref_P_Delegate), Call_R_System_ValueTuple2_G0_Int32_G1_Int32_Ref_P_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayFloat).MakeByRefType() }, typeof(R_Boolean_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayFloat_Ref_Delegate), Call_R_Boolean_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayFloat_Ref_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(Burst.Compiler.IL.Tests.TestFunctionPointers.DefaultFunc).MakeByRefType() }, typeof(R_Boolean_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_DefaultFunc_Ref_Delegate), Call_R_Boolean_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_DefaultFunc_Ref_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(Burst.Compiler.IL.Tests.TestFunctionPointers.NullFunc).MakeByRefType() }, typeof(R_Boolean_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_NullFunc_Ref_Delegate), Call_R_Boolean_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_NullFunc_Ref_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(Burst.Compiler.IL.Tests.TestStructs.SomeStruct).MakeByRefType() }, typeof(R_Boolean_P_0_Burst_Compiler_IL_Tests_TestStructs_SomeStruct_Ref_Delegate), Call_R_Boolean_P_0_Burst_Compiler_IL_Tests_TestStructs_SomeStruct_Ref_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(UnityBenchShared.SphereCullingAOSJob).MakeByRefType() }, typeof(R_Boolean_P_0_UnityBenchShared_SphereCullingAOSJob_Ref_Delegate), Call_R_Boolean_P_0_UnityBenchShared_SphereCullingAOSJob_Ref_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(UnityBenchShared.SphereCullingChunkFixedSOAJob).MakeByRefType() }, typeof(R_Boolean_P_0_UnityBenchShared_SphereCullingChunkFixedSOAJob_Ref_Delegate), Call_R_Boolean_P_0_UnityBenchShared_SphereCullingChunkFixedSOAJob_Ref_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(UnityBenchShared.SphereCullingChunkSOAJob).MakeByRefType() }, typeof(R_Boolean_P_0_UnityBenchShared_SphereCullingChunkSOAJob_Ref_Delegate), Call_R_Boolean_P_0_UnityBenchShared_SphereCullingChunkSOAJob_Ref_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(UnityBenchShared.SphereCullingFloat4AOSJob).MakeByRefType() }, typeof(R_Boolean_P_0_UnityBenchShared_SphereCullingFloat4AOSJob_Ref_Delegate), Call_R_Boolean_P_0_UnityBenchShared_SphereCullingFloat4AOSJob_Ref_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(UnityBenchShared.SphereCullingSOAJob).MakeByRefType() }, typeof(R_Boolean_P_0_UnityBenchShared_SphereCullingSOAJob_Ref_Delegate), Call_R_Boolean_P_0_UnityBenchShared_SphereCullingSOAJob_Ref_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(byte) }, typeof(R_Boolean_P_0_Byte_Delegate), Call_R_Boolean_P_0_Byte_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(int).MakeByRefType() }, typeof(R_Boolean_P_0_Int32_Ref_Delegate), Call_R_Boolean_P_0_Int32_Ref_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(long) }, typeof(R_Boolean_P_0_Int64_Delegate), Call_R_Boolean_P_0_Int64_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(sbyte) }, typeof(R_Boolean_P_0_SByte_Delegate), Call_R_Boolean_P_0_SByte_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(short) }, typeof(R_Boolean_P_0_Int16_Delegate), Call_R_Boolean_P_0_Int16_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(uint) }, typeof(R_Boolean_P_0_UInt32_Delegate), Call_R_Boolean_P_0_UInt32_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(ulong) }, typeof(R_Boolean_P_0_UInt64_Delegate), Call_R_Boolean_P_0_UInt64_Delegate);
|
|
Register(typeof(bool), new Type[] { typeof(ushort) }, typeof(R_Boolean_P_0_UInt16_Delegate), Call_R_Boolean_P_0_UInt16_Delegate);
|
|
Register(typeof(char), Array.Empty<Type>(), typeof(R_Char_P_Delegate), Call_R_Char_P_Delegate);
|
|
Register(typeof(double), new Type[] { typeof(Burst.Compiler.IL.Tests.SafetyChecks.MySafetyCheckedContainer).MakeByRefType() }, typeof(R_Double_P_0_Burst_Compiler_IL_Tests_SafetyChecks_MySafetyCheckedContainer_Ref_Delegate), Call_R_Double_P_0_Burst_Compiler_IL_Tests_SafetyChecks_MySafetyCheckedContainer_Ref_Delegate);
|
|
Register(typeof(double), new Type[] { typeof(Burst.Compiler.IL.Tests.SafetyChecks.MySafetyCheckedContainer).MakeByRefType(), typeof(Burst.Compiler.IL.Tests.SafetyChecks.MySafetyCheckedContainer).MakeByRefType(), typeof(Burst.Compiler.IL.Tests.SafetyChecks.MySafetyCheckedContainer).MakeByRefType() }, typeof(R_Double_P_0_Burst_Compiler_IL_Tests_SafetyChecks_MySafetyCheckedContainer_Ref_1_Burst_Compiler_IL_Tests_SafetyChecks_MySafetyCheckedContainer_Ref_2_Burst_Compiler_IL_Tests_SafetyChecks_MySafetyCheckedContainer_Ref_Delegate), Call_R_Double_P_0_Burst_Compiler_IL_Tests_SafetyChecks_MySafetyCheckedContainer_Ref_1_Burst_Compiler_IL_Tests_SafetyChecks_MySafetyCheckedContainer_Ref_2_Burst_Compiler_IL_Tests_SafetyChecks_MySafetyCheckedContainer_Ref_Delegate);
|
|
Register(typeof(double), new Type[] { typeof(Burst.Compiler.IL.Tests.Spmd.Data).MakeByRefType() }, typeof(R_Double_P_0_Burst_Compiler_IL_Tests_Spmd_Data_Ref_Delegate), Call_R_Double_P_0_Burst_Compiler_IL_Tests_Spmd_Data_Ref_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(Burst.Compiler.IL.Tests.CalliBinding.BindingContainer).MakeByRefType() }, typeof(R_Single_P_0_Burst_Compiler_IL_Tests_CalliBinding_BindingContainer_Ref_Delegate), Call_R_Single_P_0_Burst_Compiler_IL_Tests_CalliBinding_BindingContainer_Ref_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.Climate).MakeByRefType() }, typeof(R_Single_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_Climate_Ref_Delegate), Call_R_Single_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_Climate_Ref_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayCustomItem).MakeByRefType() }, typeof(R_Single_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayCustomItem_Ref_Delegate), Call_R_Single_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayCustomItem_Ref_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayFloat).MakeByRefType() }, typeof(R_Single_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayFloat_Ref_Delegate), Call_R_Single_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayFloat_Ref_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayFloat4).MakeByRefType() }, typeof(R_Single_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayFloat4_Ref_Delegate), Call_R_Single_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayFloat4_Ref_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(Burst.Compiler.IL.Tests.NativeContainers.NativeQueues.JobData).MakeByRefType() }, typeof(R_Single_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeQueues_JobData_Ref_Delegate), Call_R_Single_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeQueues_JobData_Ref_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(Burst.Compiler.IL.Tests.NativeContainers.NativeSlices.NativeSliceFloat).MakeByRefType() }, typeof(R_Single_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeSlices_NativeSliceFloat_Ref_Delegate), Call_R_Single_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeSlices_NativeSliceFloat_Ref_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(Burst.Compiler.IL.Tests.NativeContainers.NativeSlices.NativeSliceFloat4).MakeByRefType() }, typeof(R_Single_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeSlices_NativeSliceFloat4_Ref_Delegate), Call_R_Single_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeSlices_NativeSliceFloat4_Ref_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(Burst.Compiler.IL.Tests.Spmd.Data).MakeByRefType() }, typeof(R_Single_P_0_Burst_Compiler_IL_Tests_Spmd_Data_Ref_Delegate), Call_R_Single_P_0_Burst_Compiler_IL_Tests_Spmd_Data_Ref_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(Burst.Compiler.IL.Tests.Spmd.DoubleData).MakeByRefType() }, typeof(R_Single_P_0_Burst_Compiler_IL_Tests_Spmd_DoubleData_Ref_Delegate), Call_R_Single_P_0_Burst_Compiler_IL_Tests_Spmd_DoubleData_Ref_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(Burst.Compiler.IL.Tests.TestAlias.BigStructNativeArrayJob).MakeByRefType() }, typeof(R_Single_P_0_Burst_Compiler_IL_Tests_TestAlias_BigStructNativeArrayJob_Ref_Delegate), Call_R_Single_P_0_Burst_Compiler_IL_Tests_TestAlias_BigStructNativeArrayJob_Ref_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(Burst.Compiler.IL.Tests.TestAlias.InPlaceFloat3Job).MakeByRefType() }, typeof(R_Single_P_0_Burst_Compiler_IL_Tests_TestAlias_InPlaceFloat3Job_Ref_Delegate), Call_R_Single_P_0_Burst_Compiler_IL_Tests_TestAlias_InPlaceFloat3Job_Ref_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(Burst.Compiler.IL.Tests.TestAlias.InPlaceFloat4Job).MakeByRefType() }, typeof(R_Single_P_0_Burst_Compiler_IL_Tests_TestAlias_InPlaceFloat4Job_Ref_Delegate), Call_R_Single_P_0_Burst_Compiler_IL_Tests_TestAlias_InPlaceFloat4Job_Ref_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(Burst.Compiler.IL.Tests.Types.SomeStructWithValueTuple).MakeByRefType() }, typeof(R_Single_P_0_Burst_Compiler_IL_Tests_Types_SomeStructWithValueTuple_Ref_Delegate), Call_R_Single_P_0_Burst_Compiler_IL_Tests_Types_SomeStructWithValueTuple_Ref_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(UnityBenchShared.SumNumbersTest).MakeByRefType() }, typeof(R_Single_P_0_UnityBenchShared_SumNumbersTest_Ref_Delegate), Call_R_Single_P_0_UnityBenchShared_SumNumbersTest_Ref_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(UnityEngine.Boids.BoidsJob).MakeByRefType(), typeof(int) }, typeof(R_Single_P_0_UnityEngine_Boids_BoidsJob_Ref_1_Int32_Delegate), Call_R_Single_P_0_UnityEngine_Boids_BoidsJob_Ref_1_Int32_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(bool) }, typeof(R_Single_P_0_Boolean_Delegate), Call_R_Single_P_0_Boolean_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(float), typeof(int) }, typeof(R_Single_P_0_Single_1_Int32_Delegate), Call_R_Single_P_0_Single_1_Int32_Delegate);
|
|
Register(typeof(float), new Type[] { typeof(float).MakeByRefType(), typeof(int) }, typeof(R_Single_P_0_Single_Ref_1_Int32_Delegate), Call_R_Single_P_0_Single_Ref_1_Int32_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.ABI.BigStruct) }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_ABI_BigStruct_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_ABI_BigStruct_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.ABI.SmallStruct) }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_ABI_SmallStruct_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_ABI_SmallStruct_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.CalliBinding.BindingContainer).MakeByRefType() }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_CalliBinding_BindingContainer_Ref_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_CalliBinding_BindingContainer_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.CalliBinding.BindingContainer).MakeByRefType(), typeof(Burst.Compiler.IL.Tests.CalliBinding.IntArray).MakeByRefType() }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_CalliBinding_BindingContainer_Ref_1_Burst_Compiler_IL_Tests_CalliBinding_IntArray_Ref_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_CalliBinding_BindingContainer_Ref_1_Burst_Compiler_IL_Tests_CalliBinding_IntArray_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.CalliBinding.BindingContainer).MakeByRefType(), typeof(Burst.Compiler.IL.Tests.CalliBinding.SmallStructArray).MakeByRefType() }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_CalliBinding_BindingContainer_Ref_1_Burst_Compiler_IL_Tests_CalliBinding_SmallStructArray_Ref_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_CalliBinding_BindingContainer_Ref_1_Burst_Compiler_IL_Tests_CalliBinding_SmallStructArray_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.Expressions.MyArrayIndex) }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_Expressions_MyArrayIndex_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_Expressions_MyArrayIndex_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayBool).MakeByRefType() }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayBool_Ref_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayBool_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayIntCopy).MakeByRefType() }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayIntCopy_Ref_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayIntCopy_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayIntCopy).MakeByRefType(), typeof(int) }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayIntCopy_Ref_1_Int32_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayIntCopy_Ref_1_Int32_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayIntSize32).MakeByRefType() }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayIntSize32_Ref_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayIntSize32_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayIntSize32).MakeByRefType(), typeof(int) }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayIntSize32_Ref_1_Int32_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayIntSize32_Ref_1_Int32_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.NativeContainers.NativeMultiHashMaps.JobData).MakeByRefType() }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeMultiHashMaps_JobData_Ref_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeMultiHashMaps_JobData_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.NativeContainers.NativeSlices.NativeSliceIntCopy).MakeByRefType() }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeSlices_NativeSliceIntCopy_Ref_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeSlices_NativeSliceIntCopy_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.Spmd.Data).MakeByRefType() }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_Spmd_Data_Ref_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_Spmd_Data_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.Spmd.Data).MakeByRefType(), typeof(int) }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_Spmd_Data_Ref_1_Int32_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_Spmd_Data_Ref_1_Int32_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.TestCullingJob.CullingJob).MakeByRefType() }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_TestCullingJob_CullingJob_Ref_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestCullingJob_CullingJob_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.TestFunctionPointers.FPBigStructFunc), typeof(Burst.Compiler.IL.Tests.ABI.BigStruct) }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_FPBigStructFunc_1_Burst_Compiler_IL_Tests_ABI_BigStruct_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_FPBigStructFunc_1_Burst_Compiler_IL_Tests_ABI_BigStruct_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.TestFunctionPointers.FPInIntFunc).MakeByRefType(), typeof(int), typeof(int) }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_FPInIntFunc_Ref_1_Int32_2_Int32_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_FPInIntFunc_Ref_1_Int32_2_Int32_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.TestFunctionPointers.FPIntFunc).MakeByRefType(), typeof(Burst.Compiler.IL.Tests.TestFunctionPointers.FPIntFunc).MakeByRefType(), typeof(Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayFloat).MakeByRefType(), typeof(int) }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_FPIntFunc_Ref_1_Burst_Compiler_IL_Tests_TestFunctionPointers_FPIntFunc_Ref_2_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayFloat_Ref_3_Int32_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_FPIntFunc_Ref_1_Burst_Compiler_IL_Tests_TestFunctionPointers_FPIntFunc_Ref_2_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayFloat_Ref_3_Int32_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.TestFunctionPointers.FPIntFunc).MakeByRefType(), typeof(Burst.Compiler.IL.Tests.TestFunctionPointers.FPIntFunc).MakeByRefType(), typeof(int) }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_FPIntFunc_Ref_1_Burst_Compiler_IL_Tests_TestFunctionPointers_FPIntFunc_Ref_2_Int32_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_FPIntFunc_Ref_1_Burst_Compiler_IL_Tests_TestFunctionPointers_FPIntFunc_Ref_2_Int32_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.TestFunctionPointers.FPIntFunc).MakeByRefType(), typeof(int) }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_FPIntFunc_Ref_1_Int32_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_FPIntFunc_Ref_1_Int32_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.TestFunctionPointers.NoAliasFunc).MakeByRefType(), typeof(int) }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_NoAliasFunc_Ref_1_Int32_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_NoAliasFunc_Ref_1_Int32_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.TestFunctionPointers.NoAliasFunc).MakeByRefType(), typeof(int), typeof(int) }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_NoAliasFunc_Ref_1_Int32_2_Int32_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_NoAliasFunc_Ref_1_Int32_2_Int32_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.TestFunctionPointers.ReturnRefReadOnlyFunc).MakeByRefType(), typeof(int), typeof(int) }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_ReturnRefReadOnlyFunc_Ref_1_Int32_2_Int32_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_ReturnRefReadOnlyFunc_Ref_1_Int32_2_Int32_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.TestFunctionPointers.StructsInFunc).MakeByRefType(), typeof(int), typeof(int) }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_StructsInFunc_Ref_1_Int32_2_Int32_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_StructsInFunc_Ref_1_Int32_2_Int32_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.TestGenerics.TestJob).MakeByRefType(), typeof(int) }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_TestGenerics_TestJob_Ref_1_Int32_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestGenerics_TestJob_Ref_1_Int32_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.TestStructs.ParentStruct).MakeByRefType() }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_ParentStruct_Ref_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_ParentStruct_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.TestStructs.SomeStruct).MakeByRefType() }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_SomeStruct_Ref_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_SomeStruct_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.TestStructs.SomeStructWithMarshalAs).MakeByRefType() }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_SomeStructWithMarshalAs_Ref_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_SomeStructWithMarshalAs_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.TestStructs.StaticCharStruct).MakeByRefType() }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_StaticCharStruct_Ref_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_StaticCharStruct_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.TestUnsafeUtility.NativeArrayInt).MakeByRefType() }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_TestUnsafeUtility_NativeArrayInt_Ref_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestUnsafeUtility_NativeArrayInt_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.TestUnsafeUtility.NativeArrayInt).MakeByRefType(), typeof(Burst.Compiler.IL.Tests.TestUnsafeUtility.NativeArrayInt).MakeByRefType() }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_TestUnsafeUtility_NativeArrayInt_Ref_1_Burst_Compiler_IL_Tests_TestUnsafeUtility_NativeArrayInt_Ref_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestUnsafeUtility_NativeArrayInt_Ref_1_Burst_Compiler_IL_Tests_TestUnsafeUtility_NativeArrayInt_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.TestUnsafeUtility.NativeArrayInt).MakeByRefType(), typeof(int), typeof(int), typeof(long) }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_TestUnsafeUtility_NativeArrayInt_Ref_1_Int32_2_Int32_3_Int64_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestUnsafeUtility_NativeArrayInt_Ref_1_Int32_2_Int32_3_Int64_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.TestUnsafeUtility.NativeArrayInt).MakeByRefType(), typeof(int), typeof(long) }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_TestUnsafeUtility_NativeArrayInt_Ref_1_Int32_2_Int64_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestUnsafeUtility_NativeArrayInt_Ref_1_Int32_2_Int64_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX.InMemoryValues).MakeByRefType() }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_InMemoryValues_Ref_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_InMemoryValues_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX.InMemoryValues).MakeByRefType(), typeof(int) }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_InMemoryValues_Ref_1_Int32_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_InMemoryValues_Ref_1_Int32_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX.m256_wrapper).MakeByRefType() }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_m256_wrapper_Ref_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_m256_wrapper_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX2.NativeArrayBundle).MakeByRefType() }, typeof(R_Int32_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_NativeArrayBundle_Ref_Delegate), Call_R_Int32_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_NativeArrayBundle_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(System.IntPtr).MakeByRefType() }, typeof(R_Int32_P_0_IntPtr_Ref_Delegate), Call_R_Int32_P_0_IntPtr_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(System.ValueTuple<int,int>).MakeByRefType() }, typeof(R_Int32_P_0_System_ValueTuple2_G0_Int32_G1_Int32_Ref_Delegate), Call_R_Int32_P_0_System_ValueTuple2_G0_Int32_G1_Int32_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(Unity.Burst.Intrinsics.v128*) }, typeof(R_Int32_P_0_Unity_Burst_Intrinsics_v128_Ptr_Delegate), Call_R_Int32_P_0_Unity_Burst_Intrinsics_v128_Ptr_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(byte), typeof(float) }, typeof(R_Int32_P_0_Byte_1_Single_Delegate), Call_R_Int32_P_0_Byte_1_Single_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(char) }, typeof(R_Int32_P_0_Char_Delegate), Call_R_Int32_P_0_Char_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(char).MakeByRefType() }, typeof(R_Int32_P_0_Char_Ref_Delegate), Call_R_Int32_P_0_Char_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(double), typeof(double) }, typeof(R_Int32_P_0_Double_1_Double_Delegate), Call_R_Int32_P_0_Double_1_Double_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(int), typeof(int), typeof(int), typeof(int), typeof(int), typeof(int), typeof(Burst.Compiler.IL.Tests.ABI.SmallStruct) }, typeof(R_Int32_P_0_Int32_1_Int32_2_Int32_3_Int32_4_Int32_5_Int32_6_Burst_Compiler_IL_Tests_ABI_SmallStruct_Delegate), Call_R_Int32_P_0_Int32_1_Int32_2_Int32_3_Int32_4_Int32_5_Int32_6_Burst_Compiler_IL_Tests_ABI_SmallStruct_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(int).MakeByRefType(), typeof(int).MakeByRefType() }, typeof(R_Int32_P_0_Int32_Ref_1_Int32_Ref_Delegate), Call_R_Int32_P_0_Int32_Ref_1_Int32_Ref_Delegate);
|
|
Register(typeof(int), new Type[] { typeof(uint), typeof(uint) }, typeof(R_Int32_P_0_UInt32_1_UInt32_Delegate), Call_R_Int32_P_0_UInt32_1_UInt32_Delegate);
|
|
Register(typeof(long), new Type[] { typeof(Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX.m256_wrapper).MakeByRefType() }, typeof(R_Int64_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_m256_wrapper_Ref_Delegate), Call_R_Int64_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_m256_wrapper_Ref_Delegate);
|
|
Register(typeof(long), new Type[] { typeof(Burst.Compiler.IL.Tests.X86.TestInstrinsicsX86.StructWithVector).MakeByRefType() }, typeof(R_Int64_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_StructWithVector_Ref_Delegate), Call_R_Int64_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_StructWithVector_Ref_Delegate);
|
|
Register(typeof(long), new Type[] { typeof(byte) }, typeof(R_Int64_P_0_Byte_Delegate), Call_R_Int64_P_0_Byte_Delegate);
|
|
Register(typeof(long), new Type[] { typeof(float) }, typeof(R_Int64_P_0_Single_Delegate), Call_R_Int64_P_0_Single_Delegate);
|
|
Register(typeof(long), new Type[] { typeof(int), typeof(long) }, typeof(R_Int64_P_0_Int32_1_Int64_Delegate), Call_R_Int64_P_0_Int32_1_Int64_Delegate);
|
|
Register(typeof(short), new Type[] { typeof(Burst.Compiler.IL.Tests.Spmd.Data).MakeByRefType() }, typeof(R_Int16_P_0_Burst_Compiler_IL_Tests_Spmd_Data_Ref_Delegate), Call_R_Int16_P_0_Burst_Compiler_IL_Tests_Spmd_Data_Ref_Delegate);
|
|
Register(typeof(uint), new Type[] { typeof(Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayUInt4).MakeByRefType(), typeof(int) }, typeof(R_UInt32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayUInt4_Ref_1_Int32_Delegate), Call_R_UInt32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayUInt4_Ref_1_Int32_Delegate);
|
|
Register(typeof(uint), new Type[] { typeof(Burst.Compiler.IL.Tests.Spmd.Data).MakeByRefType() }, typeof(R_UInt32_P_0_Burst_Compiler_IL_Tests_Spmd_Data_Ref_Delegate), Call_R_UInt32_P_0_Burst_Compiler_IL_Tests_Spmd_Data_Ref_Delegate);
|
|
Register(typeof(uint), new Type[] { typeof(System.IntPtr).MakeByRefType() }, typeof(R_UInt32_P_0_IntPtr_Ref_Delegate), Call_R_UInt32_P_0_IntPtr_Ref_Delegate);
|
|
Register(typeof(uint), new Type[] { typeof(float) }, typeof(R_UInt32_P_0_Single_Delegate), Call_R_UInt32_P_0_Single_Delegate);
|
|
Register(typeof(uint), new Type[] { typeof(uint), typeof(uint), typeof(uint*) }, typeof(R_UInt32_P_0_UInt32_1_UInt32_2_UInt32_Ptr_Delegate), Call_R_UInt32_P_0_UInt32_1_UInt32_2_UInt32_Ptr_Delegate);
|
|
Register(typeof(ulong), new Type[] { typeof(ulong) }, typeof(R_UInt64_P_0_UInt64_Delegate), Call_R_UInt64_P_0_UInt64_Delegate);
|
|
Register(typeof(ulong), new Type[] { typeof(ulong), typeof(uint) }, typeof(R_UInt64_P_0_UInt64_1_UInt32_Delegate), Call_R_UInt64_P_0_UInt64_1_UInt32_Delegate);
|
|
Register(typeof(ulong), new Type[] { typeof(ulong), typeof(uint), typeof(uint) }, typeof(R_UInt64_P_0_UInt64_1_UInt32_2_UInt32_Delegate), Call_R_UInt64_P_0_UInt64_1_UInt32_2_UInt32_Delegate);
|
|
Register(typeof(ulong), new Type[] { typeof(ulong), typeof(ulong), typeof(ulong*) }, typeof(R_UInt64_P_0_UInt64_1_UInt64_2_UInt64_Ptr_Delegate), Call_R_UInt64_P_0_UInt64_1_UInt64_2_UInt64_Ptr_Delegate);
|
|
Register(typeof(ushort), new Type[] { typeof(float), typeof(float) }, typeof(R_UInt16_P_0_Single_1_Single_Delegate), Call_R_UInt16_P_0_Single_1_Single_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.ABI.CullChunksWrapper).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_ABI_CullChunksWrapper_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_ABI_CullChunksWrapper_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.Aliasing.NoAliasOnGenericWithinGenericWrapper).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_NoAliasOnGenericWithinGenericWrapper_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_NoAliasOnGenericWithinGenericWrapper_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.Aliasing.NoAliasOnGenericWrapper).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_NoAliasOnGenericWrapper_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_NoAliasOnGenericWrapper_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.Aliasing.NoAliasOnStructWithinGenericWrapper).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_NoAliasOnStructWithinGenericWrapper_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_NoAliasOnStructWithinGenericWrapper_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.AliasingJobs.NativeArrayJob).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_AliasingJobs_NativeArrayJob_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_AliasingJobs_NativeArrayJob_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.AliasingJobs.NativeArrayPointerIsNotReloadedJob).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_AliasingJobs_NativeArrayPointerIsNotReloadedJob_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_AliasingJobs_NativeArrayPointerIsNotReloadedJob_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.AliasingJobs.NativeSliceJob).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_AliasingJobs_NativeSliceJob_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_AliasingJobs_NativeSliceJob_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.AliasingJobs.NoAliasOnJobProducerTypeThisPointerJob).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_AliasingJobs_NoAliasOnJobProducerTypeThisPointerJob_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_AliasingJobs_NoAliasOnJobProducerTypeThisPointerJob_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.AliasingJobs.PointerDoesAliasWithJobStructJob).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_AliasingJobs_PointerDoesAliasWithJobStructJob_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_AliasingJobs_PointerDoesAliasWithJobStructJob_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.AliasingJobs.PointerDoesNotAliasWithJobStructJob).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_AliasingJobs_PointerDoesNotAliasWithJobStructJob_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_AliasingJobs_PointerDoesNotAliasWithJobStructJob_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.CalliBinding.BindingContainer).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_CalliBinding_BindingContainer_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_CalliBinding_BindingContainer_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.Case1061135.NewMoveJob).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_Case1061135_NewMoveJob_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_Case1061135_NewMoveJob_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayFloat).MakeByRefType(), typeof(Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayFloat).MakeByRefType(), typeof(Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayFloat).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayFloat_Ref_1_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayFloat_Ref_2_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayFloat_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayFloat_Ref_1_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayFloat_Ref_2_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayFloat_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.NativeContainers.NativeHashMaps.HashMapJob).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeHashMaps_HashMapJob_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeHashMaps_HashMapJob_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.NativeContainers.NativeMultiHashMaps.HashMapAndQueueJob).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeMultiHashMaps_HashMapAndQueueJob_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeMultiHashMaps_HashMapAndQueueJob_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.RegressionsInBurstV1.StructBVHTest).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_RegressionsInBurstV1_StructBVHTest_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_RegressionsInBurstV1_StructBVHTest_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.RegressionsInBurstV1.StructInitJob).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_RegressionsInBurstV1_StructInitJob_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_RegressionsInBurstV1_StructInitJob_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.SafetyChecks.NativeArrayInt).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_SafetyChecks_NativeArrayInt_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_SafetyChecks_NativeArrayInt_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.TestAlias.CopyJob).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_CopyJob_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_CopyJob_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.TestAlias.CopyWithExplicitNoAlias).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_CopyWithExplicitNoAlias_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_CopyWithExplicitNoAlias_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.TestAlias.DivisionByVariable).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_DivisionByVariable_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_DivisionByVariable_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.TestAlias.Float1Job).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_Float1Job_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_Float1Job_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.TestAlias.Float4Job).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_Float4Job_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_Float4Job_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.TestAlias.InPlaceByteJob).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_InPlaceByteJob_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_InPlaceByteJob_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.TestAlias.InPlaceJob).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_InPlaceJob_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_InPlaceJob_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.TestAlias.SimpleSOA1Job).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_SimpleSOA1Job_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_SimpleSOA1Job_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.TestFunctionPointers.StructWithAction).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_StructWithAction_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_StructWithAction_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.TestGenerics.PointerCastStruct).MakeByRefType(), typeof(Burst.Compiler.IL.Tests.TestGenerics.PointerCastStruct).MakeByRefType(), typeof(int) }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_TestGenerics_PointerCastStruct_Ref_1_Burst_Compiler_IL_Tests_TestGenerics_PointerCastStruct_Ref_2_Int32_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestGenerics_PointerCastStruct_Ref_1_Burst_Compiler_IL_Tests_TestGenerics_PointerCastStruct_Ref_2_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.TestGenerics.PointerCastStruct).MakeByRefType(), typeof(int) }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_TestGenerics_PointerCastStruct_Ref_1_Int32_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestGenerics_PointerCastStruct_Ref_1_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.TestGenerics.PointerCastStruct).MakeByRefType(), typeof(int), typeof(Burst.Compiler.IL.Tests.TestGenerics.PointerCastStruct).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_TestGenerics_PointerCastStruct_Ref_1_Int32_2_Burst_Compiler_IL_Tests_TestGenerics_PointerCastStruct_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestGenerics_PointerCastStruct_Ref_1_Int32_2_Burst_Compiler_IL_Tests_TestGenerics_PointerCastStruct_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.TestGenerics.StructWithGenerics).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_TestGenerics_StructWithGenerics_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestGenerics_StructWithGenerics_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.TestGenerics.StructWithGenerics2).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_TestGenerics_StructWithGenerics2_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestGenerics_StructWithGenerics2_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.TestGenerics.StructWithGenericsAndALongName00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000).MakeByRefType(), typeof(Burst.Compiler.IL.Tests.TestGenerics.StructWithGenericsAndALongName00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000).MakeByRefType(), typeof(Burst.Compiler.IL.Tests.TestGenerics.StructWithGenericsAndALongName00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_TestGenerics_StructWithGenericsAndALongName00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000_Ref_1_Burst_Compiler_IL_Tests_TestGenerics_StructWithGenericsAndALongName00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000_Ref_2_Burst_Compiler_IL_Tests_TestGenerics_StructWithGenericsAndALongName00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestGenerics_StructWithGenericsAndALongName00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000_Ref_1_Burst_Compiler_IL_Tests_TestGenerics_StructWithGenericsAndALongName00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000_Ref_2_Burst_Compiler_IL_Tests_TestGenerics_StructWithGenericsAndALongName00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.TestStringLogging.MyEnum) }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStringLogging_MyEnum_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStringLogging_MyEnum_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.TestStructs.AnsiStruct).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_AnsiStruct_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_AnsiStruct_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.TestStructs.AnsiStructWithMarshalAs).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_AnsiStructWithMarshalAs_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_AnsiStructWithMarshalAs_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.TestTestInfrastructure.SomeStruct*) }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_TestTestInfrastructure_SomeStruct_Ptr_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestTestInfrastructure_SomeStruct_Ptr_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.Types.GenericStructHolder).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_Types_GenericStructHolder_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_Types_GenericStructHolder_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.Vectorization.Enumerator2Layers).MakeByRefType(), typeof(float) }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_Vectorization_Enumerator2Layers_Ref_1_Single_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_Vectorization_Enumerator2Layers_Ref_1_Single_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX.InMemoryValues).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_InMemoryValues_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_InMemoryValues_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX.V128Pair*), typeof(int) }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_V128Pair_Ptr_1_Int32_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_V128Pair_Ptr_1_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX2.InMemoryValues).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_InMemoryValues_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_InMemoryValues_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.X86.TestInstrinsicsX86.InMemoryValues).MakeByRefType() }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_InMemoryValues_Ref_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_InMemoryValues_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.X86.TestInstrinsicsX86.InMemoryValues).MakeByRefType(), typeof(int) }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_InMemoryValues_Ref_1_Int32_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_InMemoryValues_Ref_1_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Burst.Compiler.IL.Tests.X86.TestInstrinsicsX86.TransposeResult*), typeof(float), typeof(float), typeof(float), typeof(float) }, typeof(R_System_Void_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_TransposeResult_Ptr_1_Single_2_Single_3_Single_4_Single_Delegate), Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_TransposeResult_Ptr_1_Single_2_Single_3_Single_4_Single_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.f16*) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_f16_Ptr_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_f16_Ptr_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.f16*), typeof(float) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_f16_Ptr_1_Single_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_f16_Ptr_1_Single_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.f16*), typeof(int) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_f16_Ptr_1_Int32_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_f16_Ptr_1_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v128*) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v128*), typeof(Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX.InMemoryValues).MakeByRefType(), typeof(int) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_InMemoryValues_Ref_2_Int32_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_InMemoryValues_Ref_2_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v128*), typeof(Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX2.GatherScatterInts).MakeByRefType(), typeof(int) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_GatherScatterInts_Ref_2_Int32_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_GatherScatterInts_Ref_2_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v128*), typeof(Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX2.GatherScatterInts).MakeByRefType(), typeof(int), typeof(int) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_GatherScatterInts_Ref_2_Int32_3_Int32_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_GatherScatterInts_Ref_2_Int32_3_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v128*), typeof(Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX2.InMemoryValues).MakeByRefType(), typeof(int) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_InMemoryValues_Ref_2_Int32_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_InMemoryValues_Ref_2_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v128*), typeof(Burst.Compiler.IL.Tests.X86.TestInstrinsicsX86.InMemoryValues).MakeByRefType(), typeof(int) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_InMemoryValues_Ref_2_Int32_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_InMemoryValues_Ref_2_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v128*), typeof(Burst.Compiler.IL.Tests.X86.TestInstrinsicsX86.StructWithV128).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_StructWithV128_Ref_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_StructWithV128_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v128*), typeof(Burst.Compiler.IL.Tests.X86.TestInstrinsicsX86.StructWithVector).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_StructWithVector_Ref_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_StructWithVector_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v128*), typeof(Burst.Compiler.IL.Tests.X86.TestInstrinsicsX86.StructWithVector).MakeByRefType(), typeof(Burst.Compiler.IL.Tests.X86.TestInstrinsicsX86.StructWithVector).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_StructWithVector_Ref_2_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_StructWithVector_Ref_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_StructWithVector_Ref_2_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_StructWithVector_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v128*), typeof(double) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Double_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Double_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v128*), typeof(double), typeof(Unity.Burst.Intrinsics.X86.MXCSRBits) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Double_2_Unity_Burst_Intrinsics_X86_MXCSRBits_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Double_2_Unity_Burst_Intrinsics_X86_MXCSRBits_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v128*), typeof(double), typeof(double) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Double_2_Double_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Double_2_Double_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v128*), typeof(double), typeof(int) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Double_2_Int32_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Double_2_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v128*), typeof(float) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Single_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Single_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v128*), typeof(float), typeof(float) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Single_2_Single_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Single_2_Single_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v128*), typeof(float), typeof(float), typeof(float), typeof(float) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Single_2_Single_3_Single_4_Single_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Single_2_Single_3_Single_4_Single_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v128*), typeof(float), typeof(int) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Single_2_Int32_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Single_2_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v128*), typeof(int) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int32_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v128*), typeof(int), typeof(Unity.Burst.Intrinsics.X86.MXCSRBits) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int32_2_Unity_Burst_Intrinsics_X86_MXCSRBits_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int32_2_Unity_Burst_Intrinsics_X86_MXCSRBits_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v128*), typeof(int), typeof(int) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int32_2_Int32_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int32_2_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v128*), typeof(int), typeof(int), typeof(int), typeof(int) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int32_2_Int32_3_Int32_4_Int32_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int32_2_Int32_3_Int32_4_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v128*), typeof(int), typeof(int), typeof(int), typeof(int), typeof(int), typeof(int) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int32_2_Int32_3_Int32_4_Int32_5_Int32_6_Int32_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int32_2_Int32_3_Int32_4_Int32_5_Int32_6_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v128*), typeof(int), typeof(uint), typeof(Unity.Burst.Intrinsics.X86.MXCSRBits) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int32_2_UInt32_3_Unity_Burst_Intrinsics_X86_MXCSRBits_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int32_2_UInt32_3_Unity_Burst_Intrinsics_X86_MXCSRBits_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v128*), typeof(long) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int64_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int64_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v128*), typeof(long), typeof(ulong), typeof(Unity.Burst.Intrinsics.X86.MXCSRBits) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int64_2_UInt64_3_Unity_Burst_Intrinsics_X86_MXCSRBits_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int64_2_UInt64_3_Unity_Burst_Intrinsics_X86_MXCSRBits_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v128*), typeof(sbyte), typeof(sbyte), typeof(sbyte), typeof(sbyte) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_SByte_2_SByte_3_SByte_4_SByte_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_SByte_2_SByte_3_SByte_4_SByte_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v128*), typeof(uint) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_UInt32_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_UInt32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v128*), typeof(uint), typeof(uint) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_UInt32_2_UInt32_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_UInt32_2_UInt32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v128*), typeof(uint), typeof(uint), typeof(Unity.Burst.Intrinsics.X86.MXCSRBits) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_UInt32_2_UInt32_3_Unity_Burst_Intrinsics_X86_MXCSRBits_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_UInt32_2_UInt32_3_Unity_Burst_Intrinsics_X86_MXCSRBits_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v128*), typeof(uint), typeof(uint), typeof(uint), typeof(Unity.Burst.Intrinsics.X86.MXCSRBits) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_UInt32_2_UInt32_3_UInt32_4_Unity_Burst_Intrinsics_X86_MXCSRBits_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_UInt32_2_UInt32_3_UInt32_4_Unity_Burst_Intrinsics_X86_MXCSRBits_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v128*), typeof(ushort) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_UInt16_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_UInt16_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v128x2*) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v128x2_Ptr_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128x2_Ptr_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v128x3*) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v128x3_Ptr_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128x3_Ptr_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v128x4*) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v128x4_Ptr_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128x4_Ptr_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v256*) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v256*), typeof(Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX.InMemoryValues).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_InMemoryValues_Ref_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_InMemoryValues_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v256*), typeof(Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX.InMemoryValues).MakeByRefType(), typeof(int) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_InMemoryValues_Ref_2_Int32_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_InMemoryValues_Ref_2_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v256*), typeof(Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX2.ArrayOfFrustumPlanesV256).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_ArrayOfFrustumPlanesV256_Ref_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_ArrayOfFrustumPlanesV256_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v256*), typeof(Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX2.GatherScatterInts).MakeByRefType(), typeof(int) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_GatherScatterInts_Ref_2_Int32_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_GatherScatterInts_Ref_2_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v256*), typeof(Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX2.GatherScatterInts).MakeByRefType(), typeof(int), typeof(int) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_GatherScatterInts_Ref_2_Int32_3_Int32_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_GatherScatterInts_Ref_2_Int32_3_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v256*), typeof(Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX2.InMemoryValues).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_InMemoryValues_Ref_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_InMemoryValues_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v256*), typeof(Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX2.InMemoryValues).MakeByRefType(), typeof(int) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_InMemoryValues_Ref_2_Int32_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_InMemoryValues_Ref_2_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v256*), typeof(Unity.Burst.Intrinsics.v256).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Unity_Burst_Intrinsics_v256_Ref_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Unity_Burst_Intrinsics_v256_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v256*), typeof(double) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Double_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Double_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v256*), typeof(float) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Single_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Single_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v256*), typeof(int) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Int32_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v256*), typeof(int), typeof(int) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Int32_2_Int32_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Int32_2_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v256*), typeof(int), typeof(int), typeof(int) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Int32_2_Int32_3_Int32_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Int32_2_Int32_3_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v256*), typeof(int), typeof(long) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Int32_2_Int64_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Int32_2_Int64_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v256*), typeof(sbyte), typeof(sbyte), typeof(sbyte), typeof(sbyte) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_SByte_2_SByte_3_SByte_4_SByte_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_SByte_2_SByte_3_SByte_4_SByte_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v256*), typeof(uint) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_UInt32_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_UInt32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v256*), typeof(uint), typeof(uint), typeof(uint), typeof(uint) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_UInt32_2_UInt32_3_UInt32_4_UInt32_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_UInt32_2_UInt32_3_UInt32_4_UInt32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v256*), typeof(ulong) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_UInt64_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_UInt64_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v256*), typeof(ushort), typeof(ushort), typeof(ushort), typeof(ushort) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_UInt16_2_UInt16_3_UInt16_4_UInt16_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_UInt16_2_UInt16_3_UInt16_4_UInt16_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v64*), typeof(int) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v64_Ptr_1_Int32_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v64_Ptr_1_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v64*), typeof(int), typeof(float) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v64_Ptr_1_Int32_2_Single_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v64_Ptr_1_Int32_2_Single_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v64x2*) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v64x2_Ptr_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v64x2_Ptr_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v64x3*) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v64x3_Ptr_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v64x3_Ptr_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Burst.Intrinsics.v64x4*) }, typeof(R_System_Void_P_0_Unity_Burst_Intrinsics_v64x4_Ptr_Delegate), Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v64x4_Ptr_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.double2*) }, typeof(R_System_Void_P_0_Unity_Mathematics_double2_Ptr_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_double2_Ptr_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.double2*), typeof(Unity.Mathematics.double2).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Mathematics_double2_Ptr_1_Unity_Mathematics_double2_Ref_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_double2_Ptr_1_Unity_Mathematics_double2_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.double2*), typeof(Unity.Mathematics.double2).MakeByRefType(), typeof(Unity.Mathematics.double2).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Mathematics_double2_Ptr_1_Unity_Mathematics_double2_Ref_2_Unity_Mathematics_double2_Ref_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_double2_Ptr_1_Unity_Mathematics_double2_Ref_2_Unity_Mathematics_double2_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.double2*), typeof(Unity.Mathematics.half2).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Mathematics_double2_Ptr_1_Unity_Mathematics_half2_Ref_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_double2_Ptr_1_Unity_Mathematics_half2_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.double2*), typeof(int) }, typeof(R_System_Void_P_0_Unity_Mathematics_double2_Ptr_1_Int32_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_double2_Ptr_1_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.double2x2*) }, typeof(R_System_Void_P_0_Unity_Mathematics_double2x2_Ptr_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_double2x2_Ptr_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.double3*) }, typeof(R_System_Void_P_0_Unity_Mathematics_double3_Ptr_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_double3_Ptr_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.double3*), typeof(Unity.Mathematics.double3).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Mathematics_double3_Ptr_1_Unity_Mathematics_double3_Ref_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_double3_Ptr_1_Unity_Mathematics_double3_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.double3*), typeof(Unity.Mathematics.double3).MakeByRefType(), typeof(Unity.Mathematics.double3).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Mathematics_double3_Ptr_1_Unity_Mathematics_double3_Ref_2_Unity_Mathematics_double3_Ref_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_double3_Ptr_1_Unity_Mathematics_double3_Ref_2_Unity_Mathematics_double3_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.double3*), typeof(Unity.Mathematics.half3).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Mathematics_double3_Ptr_1_Unity_Mathematics_half3_Ref_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_double3_Ptr_1_Unity_Mathematics_half3_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.double4*) }, typeof(R_System_Void_P_0_Unity_Mathematics_double4_Ptr_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_double4_Ptr_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.double4*), typeof(Burst.Compiler.IL.Tests.VectorsMaths.DoublePointer).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Mathematics_double4_Ptr_1_Burst_Compiler_IL_Tests_VectorsMaths_DoublePointer_Ref_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_double4_Ptr_1_Burst_Compiler_IL_Tests_VectorsMaths_DoublePointer_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.double4*), typeof(Burst.Compiler.IL.Tests.VectorsMaths.DoublePointer).MakeByRefType(), typeof(Burst.Compiler.IL.Tests.VectorsMaths.DoublePointer).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Mathematics_double4_Ptr_1_Burst_Compiler_IL_Tests_VectorsMaths_DoublePointer_Ref_2_Burst_Compiler_IL_Tests_VectorsMaths_DoublePointer_Ref_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_double4_Ptr_1_Burst_Compiler_IL_Tests_VectorsMaths_DoublePointer_Ref_2_Burst_Compiler_IL_Tests_VectorsMaths_DoublePointer_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.double4*), typeof(Unity.Mathematics.double4).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Mathematics_double4_Ptr_1_Unity_Mathematics_double4_Ref_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_double4_Ptr_1_Unity_Mathematics_double4_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.double4*), typeof(Unity.Mathematics.double4).MakeByRefType(), typeof(Unity.Mathematics.double4).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Mathematics_double4_Ptr_1_Unity_Mathematics_double4_Ref_2_Unity_Mathematics_double4_Ref_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_double4_Ptr_1_Unity_Mathematics_double4_Ref_2_Unity_Mathematics_double4_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.double4*), typeof(Unity.Mathematics.half4).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Mathematics_double4_Ptr_1_Unity_Mathematics_half4_Ref_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_double4_Ptr_1_Unity_Mathematics_half4_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.double4*), typeof(int) }, typeof(R_System_Void_P_0_Unity_Mathematics_double4_Ptr_1_Int32_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_double4_Ptr_1_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.float2*) }, typeof(R_System_Void_P_0_Unity_Mathematics_float2_Ptr_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_float2_Ptr_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.float2*), typeof(Unity.Mathematics.float2).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Mathematics_float2_Ptr_1_Unity_Mathematics_float2_Ref_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_float2_Ptr_1_Unity_Mathematics_float2_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.float2*), typeof(Unity.Mathematics.float2).MakeByRefType(), typeof(Unity.Mathematics.float2).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Mathematics_float2_Ptr_1_Unity_Mathematics_float2_Ref_2_Unity_Mathematics_float2_Ref_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_float2_Ptr_1_Unity_Mathematics_float2_Ref_2_Unity_Mathematics_float2_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.float2*), typeof(Unity.Mathematics.float2).MakeByRefType(), typeof(Unity.Mathematics.float2).MakeByRefType(), typeof(Unity.Mathematics.math.ShuffleComponent) }, typeof(R_System_Void_P_0_Unity_Mathematics_float2_Ptr_1_Unity_Mathematics_float2_Ref_2_Unity_Mathematics_float2_Ref_3_Unity_Mathematics_math_ShuffleComponent_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_float2_Ptr_1_Unity_Mathematics_float2_Ref_2_Unity_Mathematics_float2_Ref_3_Unity_Mathematics_math_ShuffleComponent_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.float2*), typeof(Unity.Mathematics.half2).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Mathematics_float2_Ptr_1_Unity_Mathematics_half2_Ref_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_float2_Ptr_1_Unity_Mathematics_half2_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.float3*) }, typeof(R_System_Void_P_0_Unity_Mathematics_float3_Ptr_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_float3_Ptr_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.float3*), typeof(Unity.Mathematics.float2).MakeByRefType(), typeof(Unity.Mathematics.float2).MakeByRefType(), typeof(Unity.Mathematics.math.ShuffleComponent) }, typeof(R_System_Void_P_0_Unity_Mathematics_float3_Ptr_1_Unity_Mathematics_float2_Ref_2_Unity_Mathematics_float2_Ref_3_Unity_Mathematics_math_ShuffleComponent_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_float3_Ptr_1_Unity_Mathematics_float2_Ref_2_Unity_Mathematics_float2_Ref_3_Unity_Mathematics_math_ShuffleComponent_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.float3*), typeof(Unity.Mathematics.float3).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Mathematics_float3_Ptr_1_Unity_Mathematics_float3_Ref_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_float3_Ptr_1_Unity_Mathematics_float3_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.float3*), typeof(Unity.Mathematics.float3).MakeByRefType(), typeof(Unity.Mathematics.float3).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Mathematics_float3_Ptr_1_Unity_Mathematics_float3_Ref_2_Unity_Mathematics_float3_Ref_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_float3_Ptr_1_Unity_Mathematics_float3_Ref_2_Unity_Mathematics_float3_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.float3*), typeof(Unity.Mathematics.half3).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Mathematics_float3_Ptr_1_Unity_Mathematics_half3_Ref_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_float3_Ptr_1_Unity_Mathematics_half3_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.float4*) }, typeof(R_System_Void_P_0_Unity_Mathematics_float4_Ptr_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_float4_Ptr_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.float4*), typeof(Burst.Compiler.IL.Tests.VectorsMaths.FloatPointer).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_Burst_Compiler_IL_Tests_VectorsMaths_FloatPointer_Ref_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_Burst_Compiler_IL_Tests_VectorsMaths_FloatPointer_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.float4*), typeof(Burst.Compiler.IL.Tests.VectorsMaths.FloatPointer).MakeByRefType(), typeof(Burst.Compiler.IL.Tests.VectorsMaths.FloatPointer).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_Burst_Compiler_IL_Tests_VectorsMaths_FloatPointer_Ref_2_Burst_Compiler_IL_Tests_VectorsMaths_FloatPointer_Ref_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_Burst_Compiler_IL_Tests_VectorsMaths_FloatPointer_Ref_2_Burst_Compiler_IL_Tests_VectorsMaths_FloatPointer_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.float4*), typeof(Unity.Mathematics.float2).MakeByRefType(), typeof(Unity.Mathematics.float2).MakeByRefType(), typeof(Unity.Mathematics.math.ShuffleComponent) }, typeof(R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_Unity_Mathematics_float2_Ref_2_Unity_Mathematics_float2_Ref_3_Unity_Mathematics_math_ShuffleComponent_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_Unity_Mathematics_float2_Ref_2_Unity_Mathematics_float2_Ref_3_Unity_Mathematics_math_ShuffleComponent_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.float4*), typeof(Unity.Mathematics.float4).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_Unity_Mathematics_float4_Ref_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_Unity_Mathematics_float4_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.float4*), typeof(Unity.Mathematics.float4).MakeByRefType(), typeof(Unity.Mathematics.float4).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_Unity_Mathematics_float4_Ref_2_Unity_Mathematics_float4_Ref_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_Unity_Mathematics_float4_Ref_2_Unity_Mathematics_float4_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.float4*), typeof(Unity.Mathematics.half4).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_Unity_Mathematics_half4_Ref_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_Unity_Mathematics_half4_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.float4*), typeof(int) }, typeof(R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_Int32_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.float4*), typeof(uint), typeof(Unity.Burst.Intrinsics.X86.MXCSRBits) }, typeof(R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_UInt32_2_Unity_Burst_Intrinsics_X86_MXCSRBits_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_UInt32_2_Unity_Burst_Intrinsics_X86_MXCSRBits_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.float4x2*), typeof(int) }, typeof(R_System_Void_P_0_Unity_Mathematics_float4x2_Ptr_1_Int32_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_float4x2_Ptr_1_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.half2*), typeof(Unity.Mathematics.double2).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Mathematics_half2_Ptr_1_Unity_Mathematics_double2_Ref_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_half2_Ptr_1_Unity_Mathematics_double2_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.half2*), typeof(Unity.Mathematics.float2).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Mathematics_half2_Ptr_1_Unity_Mathematics_float2_Ref_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_half2_Ptr_1_Unity_Mathematics_float2_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.half3*), typeof(Unity.Mathematics.double3).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Mathematics_half3_Ptr_1_Unity_Mathematics_double3_Ref_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_half3_Ptr_1_Unity_Mathematics_double3_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.half3*), typeof(Unity.Mathematics.float3).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Mathematics_half3_Ptr_1_Unity_Mathematics_float3_Ref_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_half3_Ptr_1_Unity_Mathematics_float3_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.half4*), typeof(Unity.Mathematics.double4).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Mathematics_half4_Ptr_1_Unity_Mathematics_double4_Ref_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_half4_Ptr_1_Unity_Mathematics_double4_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.half4*), typeof(Unity.Mathematics.float4).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Mathematics_half4_Ptr_1_Unity_Mathematics_float4_Ref_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_half4_Ptr_1_Unity_Mathematics_float4_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.int2*), typeof(int), typeof(int) }, typeof(R_System_Void_P_0_Unity_Mathematics_int2_Ptr_1_Int32_2_Int32_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_int2_Ptr_1_Int32_2_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.int4*) }, typeof(R_System_Void_P_0_Unity_Mathematics_int4_Ptr_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_int4_Ptr_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.int4*), typeof(long), typeof(long) }, typeof(R_System_Void_P_0_Unity_Mathematics_int4_Ptr_1_Int64_2_Int64_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_int4_Ptr_1_Int64_2_Int64_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.quaternion*) }, typeof(R_System_Void_P_0_Unity_Mathematics_quaternion_Ptr_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_quaternion_Ptr_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.uint2*), typeof(Unity.Mathematics.float2).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Mathematics_uint2_Ptr_1_Unity_Mathematics_float2_Ref_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_uint2_Ptr_1_Unity_Mathematics_float2_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.uint2*), typeof(uint), typeof(uint) }, typeof(R_System_Void_P_0_Unity_Mathematics_uint2_Ptr_1_UInt32_2_UInt32_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_uint2_Ptr_1_UInt32_2_UInt32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.uint3*), typeof(Unity.Mathematics.float3).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Mathematics_uint3_Ptr_1_Unity_Mathematics_float3_Ref_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_uint3_Ptr_1_Unity_Mathematics_float3_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.uint4*), typeof(Unity.Mathematics.float4).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Mathematics_uint4_Ptr_1_Unity_Mathematics_float4_Ref_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_uint4_Ptr_1_Unity_Mathematics_float4_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.uint4*), typeof(Unity.Mathematics.uint4).MakeByRefType() }, typeof(R_System_Void_P_0_Unity_Mathematics_uint4_Ptr_1_Unity_Mathematics_uint4_Ref_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_uint4_Ptr_1_Unity_Mathematics_uint4_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(Unity.Mathematics.uint4*), typeof(ulong), typeof(ulong) }, typeof(R_System_Void_P_0_Unity_Mathematics_uint4_Ptr_1_UInt64_2_UInt64_Delegate), Call_R_System_Void_P_0_Unity_Mathematics_uint4_Ptr_1_UInt64_2_UInt64_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(UnityBenchShared.DivisionByScalar).MakeByRefType() }, typeof(R_System_Void_P_0_UnityBenchShared_DivisionByScalar_Ref_Delegate), Call_R_System_Void_P_0_UnityBenchShared_DivisionByScalar_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(UnityBenchShared.IntToFloatPenalty).MakeByRefType() }, typeof(R_System_Void_P_0_UnityBenchShared_IntToFloatPenalty_Ref_Delegate), Call_R_System_Void_P_0_UnityBenchShared_IntToFloatPenalty_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(UnityBenchShared.PartialWrite).MakeByRefType() }, typeof(R_System_Void_P_0_UnityBenchShared_PartialWrite_Ref_Delegate), Call_R_System_Void_P_0_UnityBenchShared_PartialWrite_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(UnityBenchShared.PartialWriteWorkaround).MakeByRefType() }, typeof(R_System_Void_P_0_UnityBenchShared_PartialWriteWorkaround_Ref_Delegate), Call_R_System_Void_P_0_UnityBenchShared_PartialWriteWorkaround_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(UnityBenchShared.RedundantStore).MakeByRefType() }, typeof(R_System_Void_P_0_UnityBenchShared_RedundantStore_Ref_Delegate), Call_R_System_Void_P_0_UnityBenchShared_RedundantStore_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(UnityBenchShared.RedundantStoreWorkaround).MakeByRefType() }, typeof(R_System_Void_P_0_UnityBenchShared_RedundantStoreWorkaround_Ref_Delegate), Call_R_System_Void_P_0_UnityBenchShared_RedundantStoreWorkaround_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(UnityBenchShared.SquareRoot).MakeByRefType() }, typeof(R_System_Void_P_0_UnityBenchShared_SquareRoot_Ref_Delegate), Call_R_System_Void_P_0_UnityBenchShared_SquareRoot_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(UnityBenchShared.SquareRootRecip).MakeByRefType() }, typeof(R_System_Void_P_0_UnityBenchShared_SquareRootRecip_Ref_Delegate), Call_R_System_Void_P_0_UnityBenchShared_SquareRootRecip_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(bool) }, typeof(R_System_Void_P_0_Boolean_Delegate), Call_R_System_Void_P_0_Boolean_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(bool), typeof(Unity.Collections.FixedString64).MakeByRefType() }, typeof(R_System_Void_P_0_Boolean_1_Unity_Collections_FixedString64_Ref_Delegate), Call_R_System_Void_P_0_Boolean_1_Unity_Collections_FixedString64_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(byte) }, typeof(R_System_Void_P_0_Byte_Delegate), Call_R_System_Void_P_0_Byte_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(byte*), typeof(int) }, typeof(R_System_Void_P_0_Byte_Ptr_1_Int32_Delegate), Call_R_System_Void_P_0_Byte_Ptr_1_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(double) }, typeof(R_System_Void_P_0_Double_Delegate), Call_R_System_Void_P_0_Double_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(double*) }, typeof(R_System_Void_P_0_Double_Ptr_Delegate), Call_R_System_Void_P_0_Double_Ptr_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(double*), typeof(Unity.Mathematics.half).MakeByRefType() }, typeof(R_System_Void_P_0_Double_Ptr_1_Unity_Mathematics_half_Ref_Delegate), Call_R_System_Void_P_0_Double_Ptr_1_Unity_Mathematics_half_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(double*), typeof(double) }, typeof(R_System_Void_P_0_Double_Ptr_1_Double_Delegate), Call_R_System_Void_P_0_Double_Ptr_1_Double_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(double*), typeof(int) }, typeof(R_System_Void_P_0_Double_Ptr_1_Int32_Delegate), Call_R_System_Void_P_0_Double_Ptr_1_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(float) }, typeof(R_System_Void_P_0_Single_Delegate), Call_R_System_Void_P_0_Single_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(float*), typeof(Unity.Mathematics.half).MakeByRefType() }, typeof(R_System_Void_P_0_Single_Ptr_1_Unity_Mathematics_half_Ref_Delegate), Call_R_System_Void_P_0_Single_Ptr_1_Unity_Mathematics_half_Ref_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(float*), typeof(float) }, typeof(R_System_Void_P_0_Single_Ptr_1_Single_Delegate), Call_R_System_Void_P_0_Single_Ptr_1_Single_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(float*), typeof(float*), typeof(float*), typeof(int) }, typeof(R_System_Void_P_0_Single_Ptr_1_Single_Ptr_2_Single_Ptr_3_Int32_Delegate), Call_R_System_Void_P_0_Single_Ptr_1_Single_Ptr_2_Single_Ptr_3_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(float*), typeof(int) }, typeof(R_System_Void_P_0_Single_Ptr_1_Int32_Delegate), Call_R_System_Void_P_0_Single_Ptr_1_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(int), typeof(int), typeof(int) }, typeof(R_System_Void_P_0_Int32_1_Int32_2_Int32_Delegate), Call_R_System_Void_P_0_Int32_1_Int32_2_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(int*) }, typeof(R_System_Void_P_0_Int32_Ptr_Delegate), Call_R_System_Void_P_0_Int32_Ptr_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(int*), typeof(double) }, typeof(R_System_Void_P_0_Int32_Ptr_1_Double_Delegate), Call_R_System_Void_P_0_Int32_Ptr_1_Double_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(int*), typeof(int) }, typeof(R_System_Void_P_0_Int32_Ptr_1_Int32_Delegate), Call_R_System_Void_P_0_Int32_Ptr_1_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(int*), typeof(int), typeof(int) }, typeof(R_System_Void_P_0_Int32_Ptr_1_Int32_2_Int32_Delegate), Call_R_System_Void_P_0_Int32_Ptr_1_Int32_2_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(int*), typeof(int), typeof(int), typeof(int), typeof(int) }, typeof(R_System_Void_P_0_Int32_Ptr_1_Int32_2_Int32_3_Int32_4_Int32_Delegate), Call_R_System_Void_P_0_Int32_Ptr_1_Int32_2_Int32_3_Int32_4_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(int*), typeof(int), typeof(int), typeof(int), typeof(int), typeof(int), typeof(int) }, typeof(R_System_Void_P_0_Int32_Ptr_1_Int32_2_Int32_3_Int32_4_Int32_5_Int32_6_Int32_Delegate), Call_R_System_Void_P_0_Int32_Ptr_1_Int32_2_Int32_3_Int32_4_Int32_5_Int32_6_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(long*) }, typeof(R_System_Void_P_0_Int64_Ptr_Delegate), Call_R_System_Void_P_0_Int64_Ptr_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(long*), typeof(double) }, typeof(R_System_Void_P_0_Int64_Ptr_1_Double_Delegate), Call_R_System_Void_P_0_Int64_Ptr_1_Double_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(long*), typeof(int) }, typeof(R_System_Void_P_0_Int64_Ptr_1_Int32_Delegate), Call_R_System_Void_P_0_Int64_Ptr_1_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(long*), typeof(long) }, typeof(R_System_Void_P_0_Int64_Ptr_1_Int64_Delegate), Call_R_System_Void_P_0_Int64_Ptr_1_Int64_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(long*), typeof(ulong) }, typeof(R_System_Void_P_0_Int64_Ptr_1_UInt64_Delegate), Call_R_System_Void_P_0_Int64_Ptr_1_UInt64_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(sbyte*), typeof(int) }, typeof(R_System_Void_P_0_SByte_Ptr_1_Int32_Delegate), Call_R_System_Void_P_0_SByte_Ptr_1_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(short) }, typeof(R_System_Void_P_0_Int16_Delegate), Call_R_System_Void_P_0_Int16_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(short*), typeof(int) }, typeof(R_System_Void_P_0_Int16_Ptr_1_Int32_Delegate), Call_R_System_Void_P_0_Int16_Ptr_1_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(uint*), typeof(int) }, typeof(R_System_Void_P_0_UInt32_Ptr_1_Int32_Delegate), Call_R_System_Void_P_0_UInt32_Ptr_1_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(ulong*), typeof(double) }, typeof(R_System_Void_P_0_UInt64_Ptr_1_Double_Delegate), Call_R_System_Void_P_0_UInt64_Ptr_1_Double_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(ulong*), typeof(int) }, typeof(R_System_Void_P_0_UInt64_Ptr_1_Int32_Delegate), Call_R_System_Void_P_0_UInt64_Ptr_1_Int32_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(ulong*), typeof(ulong), typeof(ulong) }, typeof(R_System_Void_P_0_UInt64_Ptr_1_UInt64_2_UInt64_Delegate), Call_R_System_Void_P_0_UInt64_Ptr_1_UInt64_2_UInt64_Delegate);
|
|
Register(typeof(void), new Type[] { typeof(ushort*), typeof(int) }, typeof(R_System_Void_P_0_UInt16_Ptr_1_Int32_Delegate), Call_R_System_Void_P_0_UInt16_Ptr_1_Int32_Delegate);
|
|
|
|
#endif
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate Burst.Compiler.IL.Tests.Pointers.MyCastEnum R_Burst_Compiler_IL_Tests_Pointers_MyCastEnum_P_0_Int32_1_Burst_Compiler_IL_Tests_Pointers_MyCastEnum_Delegate(int arg0, Burst.Compiler.IL.Tests.Pointers.MyCastEnum arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Burst_Compiler_IL_Tests_Pointers_MyCastEnum_P_0_Int32_1_Burst_Compiler_IL_Tests_Pointers_MyCastEnum_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Burst_Compiler_IL_Tests_Pointers_MyCastEnum_P_0_Int32_1_Burst_Compiler_IL_Tests_Pointers_MyCastEnum_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.Pointers.MyCastEnum)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate Burst.Compiler.IL.Tests.TestEnums.SomeByteEnum R_Burst_Compiler_IL_Tests_TestEnums_SomeByteEnum_P_0_Burst_Compiler_IL_Tests_TestEnums_FixedByte4Struct_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestEnums.FixedByte4Struct arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Burst_Compiler_IL_Tests_TestEnums_SomeByteEnum_P_0_Burst_Compiler_IL_Tests_TestEnums_FixedByte4Struct_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Burst_Compiler_IL_Tests_TestEnums_SomeByteEnum_P_0_Burst_Compiler_IL_Tests_TestEnums_FixedByte4Struct_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestEnums.FixedByte4Struct)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate Burst.Compiler.IL.Tests.Types.MyEnumByte R_Burst_Compiler_IL_Tests_Types_MyEnumByte_P_0_Burst_Compiler_IL_Tests_Types_MyEnumByte_Ref_Delegate(ref Burst.Compiler.IL.Tests.Types.MyEnumByte arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Burst_Compiler_IL_Tests_Types_MyEnumByte_P_0_Burst_Compiler_IL_Tests_Types_MyEnumByte_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Burst_Compiler_IL_Tests_Types_MyEnumByte_P_0_Burst_Compiler_IL_Tests_Types_MyEnumByte_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.Types.MyEnumByte)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate System.IntPtr R_IntPtr_P_Delegate();
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_IntPtr_P_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_IntPtr_P_Delegate)delegateObj;
|
|
object result = null;
|
|
result = d();
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate System.IntPtr R_IntPtr_P_0_IntPtr_Delegate(System.IntPtr arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_IntPtr_P_0_IntPtr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_IntPtr_P_0_IntPtr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (System.IntPtr)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate System.IntPtr R_IntPtr_P_0_IntPtr_1_IntPtr_Delegate(System.IntPtr arg0, System.IntPtr arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_IntPtr_P_0_IntPtr_1_IntPtr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_IntPtr_P_0_IntPtr_1_IntPtr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (System.IntPtr)p[0];
|
|
var arg1 = (System.IntPtr)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate System.IntPtr R_IntPtr_P_0_IntPtr_1_IntPtr_2_IntPtr_Delegate(System.IntPtr arg0, System.IntPtr arg1, System.IntPtr arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_IntPtr_P_0_IntPtr_1_IntPtr_2_IntPtr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_IntPtr_P_0_IntPtr_1_IntPtr_2_IntPtr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (System.IntPtr)p[0];
|
|
var arg1 = (System.IntPtr)p[1];
|
|
var arg2 = (System.IntPtr)p[2];
|
|
result = d(arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate System.IntPtr R_IntPtr_P_0_Int32_Delegate(int arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_IntPtr_P_0_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_IntPtr_P_0_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate System.IntPtr R_IntPtr_P_0_Int32_1_Int32_Delegate(int arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_IntPtr_P_0_Int32_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_IntPtr_P_0_Int32_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int)p[0];
|
|
var arg1 = (int)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate System.IntPtr R_IntPtr_P_0_UInt64_1_Byte_Delegate(ulong arg0, byte arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_IntPtr_P_0_UInt64_1_Byte_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_IntPtr_P_0_UInt64_1_Byte_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (ulong)p[0];
|
|
var arg1 = (byte)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate System.IntPtr R_IntPtr_P_0_UInt64_1_Int32_Delegate(ulong arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_IntPtr_P_0_UInt64_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_IntPtr_P_0_UInt64_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (ulong)p[0];
|
|
var arg1 = (int)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate System.IntPtr R_IntPtr_P_0_UInt64_1_Int64_Delegate(ulong arg0, long arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_IntPtr_P_0_UInt64_1_Int64_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_IntPtr_P_0_UInt64_1_Int64_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (ulong)p[0];
|
|
var arg1 = (long)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate System.IntPtr R_IntPtr_P_0_UInt64_1_SByte_Delegate(ulong arg0, sbyte arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_IntPtr_P_0_UInt64_1_SByte_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_IntPtr_P_0_UInt64_1_SByte_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (ulong)p[0];
|
|
var arg1 = (sbyte)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate System.IntPtr R_IntPtr_P_0_UInt64_1_Int16_Delegate(ulong arg0, short arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_IntPtr_P_0_UInt64_1_Int16_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_IntPtr_P_0_UInt64_1_Int16_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (ulong)p[0];
|
|
var arg1 = (short)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate System.IntPtr R_IntPtr_P_0_UInt64_1_UInt32_Delegate(ulong arg0, uint arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_IntPtr_P_0_UInt64_1_UInt32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_IntPtr_P_0_UInt64_1_UInt32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (ulong)p[0];
|
|
var arg1 = (uint)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate System.IntPtr R_IntPtr_P_0_UInt64_1_UInt64_Delegate(ulong arg0, ulong arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_IntPtr_P_0_UInt64_1_UInt64_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_IntPtr_P_0_UInt64_1_UInt64_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (ulong)p[0];
|
|
var arg1 = (ulong)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate System.IntPtr R_IntPtr_P_0_UInt64_1_UInt16_Delegate(ulong arg0, ushort arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_IntPtr_P_0_UInt64_1_UInt16_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_IntPtr_P_0_UInt64_1_UInt16_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (ulong)p[0];
|
|
var arg1 = (ushort)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate System.UIntPtr R_UIntPtr_P_Delegate();
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UIntPtr_P_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UIntPtr_P_Delegate)delegateObj;
|
|
object result = null;
|
|
result = d();
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate System.UIntPtr R_UIntPtr_P_0_UIntPtr_Delegate(System.UIntPtr arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UIntPtr_P_0_UIntPtr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UIntPtr_P_0_UIntPtr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (System.UIntPtr)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate System.UIntPtr R_UIntPtr_P_0_UIntPtr_1_UIntPtr_Delegate(System.UIntPtr arg0, System.UIntPtr arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UIntPtr_P_0_UIntPtr_1_UIntPtr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UIntPtr_P_0_UIntPtr_1_UIntPtr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (System.UIntPtr)p[0];
|
|
var arg1 = (System.UIntPtr)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate System.UIntPtr R_UIntPtr_P_0_UIntPtr_Ref_Delegate(ref System.UIntPtr arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UIntPtr_P_0_UIntPtr_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UIntPtr_P_0_UIntPtr_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (System.UIntPtr)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate System.UIntPtr R_UIntPtr_P_0_UInt32_Delegate(uint arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UIntPtr_P_0_UInt32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UIntPtr_P_0_UInt32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (uint)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate System.UIntPtr R_UIntPtr_P_0_UInt32_1_UInt32_Delegate(uint arg0, uint arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UIntPtr_P_0_UInt32_1_UInt32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UIntPtr_P_0_UInt32_1_UInt32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (uint)p[0];
|
|
var arg1 = (uint)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_Delegate();
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_Delegate)delegateObj;
|
|
object result = null;
|
|
result = d();
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Burst_Compiler_IL_Tests_Pointers_PointerConditional_Ref_Delegate(ref Burst.Compiler.IL.Tests.Pointers.PointerConditional arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Burst_Compiler_IL_Tests_Pointers_PointerConditional_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Burst_Compiler_IL_Tests_Pointers_PointerConditional_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.Pointers.PointerConditional)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Burst_Compiler_IL_Tests_Pointers_StackAllocCheck_Ref_Delegate(ref Burst.Compiler.IL.Tests.Pointers.StackAllocCheck arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Burst_Compiler_IL_Tests_Pointers_StackAllocCheck_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Burst_Compiler_IL_Tests_Pointers_StackAllocCheck_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.Pointers.StackAllocCheck)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Burst_Compiler_IL_Tests_TestStructs_NetworkEndPoint_1_Burst_Compiler_IL_Tests_TestStructs_NetworkEndPoint_Delegate(Burst.Compiler.IL.Tests.TestStructs.NetworkEndPoint arg0, Burst.Compiler.IL.Tests.TestStructs.NetworkEndPoint arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Burst_Compiler_IL_Tests_TestStructs_NetworkEndPoint_1_Burst_Compiler_IL_Tests_TestStructs_NetworkEndPoint_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Burst_Compiler_IL_Tests_TestStructs_NetworkEndPoint_1_Burst_Compiler_IL_Tests_TestStructs_NetworkEndPoint_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestStructs.NetworkEndPoint)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.TestStructs.NetworkEndPoint)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_IntPtr_Delegate(System.IntPtr arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_IntPtr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_IntPtr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (System.IntPtr)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_IntPtr_1_IntPtr_Delegate(System.IntPtr arg0, System.IntPtr arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_IntPtr_1_IntPtr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_IntPtr_1_IntPtr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (System.IntPtr)p[0];
|
|
var arg1 = (System.IntPtr)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Unity_Mathematics_bool2_Ref_Delegate(ref Unity.Mathematics.bool2 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Unity_Mathematics_bool2_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Unity_Mathematics_bool2_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.bool2)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Unity_Mathematics_bool2_Ref_1_Unity_Mathematics_bool2_Ref_Delegate(ref Unity.Mathematics.bool2 arg0, ref Unity.Mathematics.bool2 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Unity_Mathematics_bool2_Ref_1_Unity_Mathematics_bool2_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Unity_Mathematics_bool2_Ref_1_Unity_Mathematics_bool2_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.bool2)p[0];
|
|
var arg1 = (Unity.Mathematics.bool2)p[1];
|
|
result = d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Unity_Mathematics_bool3_Ref_Delegate(ref Unity.Mathematics.bool3 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Unity_Mathematics_bool3_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Unity_Mathematics_bool3_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.bool3)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Unity_Mathematics_bool3_Ref_1_Unity_Mathematics_bool3_Ref_Delegate(ref Unity.Mathematics.bool3 arg0, ref Unity.Mathematics.bool3 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Unity_Mathematics_bool3_Ref_1_Unity_Mathematics_bool3_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Unity_Mathematics_bool3_Ref_1_Unity_Mathematics_bool3_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.bool3)p[0];
|
|
var arg1 = (Unity.Mathematics.bool3)p[1];
|
|
result = d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Unity_Mathematics_bool4_Ref_Delegate(ref Unity.Mathematics.bool4 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Unity_Mathematics_bool4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Unity_Mathematics_bool4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.bool4)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Unity_Mathematics_bool4_Ref_1_Unity_Mathematics_bool4_Ref_Delegate(ref Unity.Mathematics.bool4 arg0, ref Unity.Mathematics.bool4 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Unity_Mathematics_bool4_Ref_1_Unity_Mathematics_bool4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Unity_Mathematics_bool4_Ref_1_Unity_Mathematics_bool4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.bool4)p[0];
|
|
var arg1 = (Unity.Mathematics.bool4)p[1];
|
|
result = d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Unity_Mathematics_float2_Ref_Delegate(ref Unity.Mathematics.float2 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Unity_Mathematics_float2_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Unity_Mathematics_float2_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float2)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Unity_Mathematics_float2_Ref_1_Unity_Mathematics_float2_Ref_Delegate(ref Unity.Mathematics.float2 arg0, ref Unity.Mathematics.float2 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Unity_Mathematics_float2_Ref_1_Unity_Mathematics_float2_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Unity_Mathematics_float2_Ref_1_Unity_Mathematics_float2_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float2)p[0];
|
|
var arg1 = (Unity.Mathematics.float2)p[1];
|
|
result = d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Unity_Mathematics_float3_Ref_Delegate(ref Unity.Mathematics.float3 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Unity_Mathematics_float3_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Unity_Mathematics_float3_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float3)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Unity_Mathematics_float3_Ref_1_Unity_Mathematics_float3_Ref_Delegate(ref Unity.Mathematics.float3 arg0, ref Unity.Mathematics.float3 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Unity_Mathematics_float3_Ref_1_Unity_Mathematics_float3_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Unity_Mathematics_float3_Ref_1_Unity_Mathematics_float3_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float3)p[0];
|
|
var arg1 = (Unity.Mathematics.float3)p[1];
|
|
result = d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Unity_Mathematics_float4_Ref_Delegate(ref Unity.Mathematics.float4 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Unity_Mathematics_float4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Unity_Mathematics_float4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float4)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Unity_Mathematics_float4_Ref_1_Unity_Mathematics_float4_Ref_Delegate(ref Unity.Mathematics.float4 arg0, ref Unity.Mathematics.float4 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Unity_Mathematics_float4_Ref_1_Unity_Mathematics_float4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Unity_Mathematics_float4_Ref_1_Unity_Mathematics_float4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float4)p[0];
|
|
var arg1 = (Unity.Mathematics.float4)p[1];
|
|
result = d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Unity_Mathematics_float4_Ref_1_Single_Delegate(ref Unity.Mathematics.float4 arg0, float arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Unity_Mathematics_float4_Ref_1_Single_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Unity_Mathematics_float4_Ref_1_Single_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float4)p[0];
|
|
var arg1 = (float)p[1];
|
|
result = d(ref arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Unity_Mathematics_int2_Ref_Delegate(ref Unity.Mathematics.int2 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Unity_Mathematics_int2_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Unity_Mathematics_int2_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.int2)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Unity_Mathematics_int2_Ref_1_Unity_Mathematics_int2_Ref_Delegate(ref Unity.Mathematics.int2 arg0, ref Unity.Mathematics.int2 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Unity_Mathematics_int2_Ref_1_Unity_Mathematics_int2_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Unity_Mathematics_int2_Ref_1_Unity_Mathematics_int2_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.int2)p[0];
|
|
var arg1 = (Unity.Mathematics.int2)p[1];
|
|
result = d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Unity_Mathematics_int3_Ref_Delegate(ref Unity.Mathematics.int3 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Unity_Mathematics_int3_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Unity_Mathematics_int3_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.int3)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Unity_Mathematics_int3_Ref_1_Unity_Mathematics_int3_Ref_Delegate(ref Unity.Mathematics.int3 arg0, ref Unity.Mathematics.int3 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Unity_Mathematics_int3_Ref_1_Unity_Mathematics_int3_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Unity_Mathematics_int3_Ref_1_Unity_Mathematics_int3_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.int3)p[0];
|
|
var arg1 = (Unity.Mathematics.int3)p[1];
|
|
result = d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Unity_Mathematics_int4_Ref_Delegate(ref Unity.Mathematics.int4 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Unity_Mathematics_int4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Unity_Mathematics_int4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.int4)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Unity_Mathematics_int4_Ref_1_Unity_Mathematics_int4_Ref_Delegate(ref Unity.Mathematics.int4 arg0, ref Unity.Mathematics.int4 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Unity_Mathematics_int4_Ref_1_Unity_Mathematics_int4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Unity_Mathematics_int4_Ref_1_Unity_Mathematics_int4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.int4)p[0];
|
|
var arg1 = (Unity.Mathematics.int4)p[1];
|
|
result = d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Unity_Mathematics_uint2_Ref_1_Unity_Mathematics_uint2_Ref_Delegate(ref Unity.Mathematics.uint2 arg0, ref Unity.Mathematics.uint2 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Unity_Mathematics_uint2_Ref_1_Unity_Mathematics_uint2_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Unity_Mathematics_uint2_Ref_1_Unity_Mathematics_uint2_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.uint2)p[0];
|
|
var arg1 = (Unity.Mathematics.uint2)p[1];
|
|
result = d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Unity_Mathematics_uint3_Ref_1_Unity_Mathematics_uint3_Ref_Delegate(ref Unity.Mathematics.uint3 arg0, ref Unity.Mathematics.uint3 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Unity_Mathematics_uint3_Ref_1_Unity_Mathematics_uint3_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Unity_Mathematics_uint3_Ref_1_Unity_Mathematics_uint3_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.uint3)p[0];
|
|
var arg1 = (Unity.Mathematics.uint3)p[1];
|
|
result = d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Unity_Mathematics_uint4_Ref_1_Unity_Mathematics_uint4_Ref_Delegate(ref Unity.Mathematics.uint4 arg0, ref Unity.Mathematics.uint4 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Unity_Mathematics_uint4_Ref_1_Unity_Mathematics_uint4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Unity_Mathematics_uint4_Ref_1_Unity_Mathematics_uint4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.uint4)p[0];
|
|
var arg1 = (Unity.Mathematics.uint4)p[1];
|
|
result = d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Boolean_Delegate(bool arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Boolean_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Boolean_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (bool)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Boolean_1_Boolean_Delegate(bool arg0, bool arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Boolean_1_Boolean_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Boolean_1_Boolean_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (bool)p[0];
|
|
var arg1 = (bool)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Boolean_1_Int32_Delegate(bool arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Boolean_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Boolean_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (bool)p[0];
|
|
var arg1 = (int)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Double_Delegate(double arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Double_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Double_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (double)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Single_Delegate(float arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Single_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Single_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (float)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Single_1_Single_Delegate(float arg0, float arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Single_1_Single_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Single_1_Single_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (float)p[0];
|
|
var arg1 = (float)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Int32_Delegate(int arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Int32_1_Int32_Delegate(int arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Int32_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Int32_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int)p[0];
|
|
var arg1 = (int)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Int32_1_UInt32_Delegate(int arg0, uint arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Int32_1_UInt32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Int32_1_UInt32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int)p[0];
|
|
var arg1 = (uint)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Int64_1_Int32_Delegate(long arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Int64_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Int64_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (long)p[0];
|
|
var arg1 = (int)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_UInt32_1_Int32_Delegate(uint arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_UInt32_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_UInt32_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (uint)p[0];
|
|
var arg1 = (int)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate byte R_Byte_P_0_Burst_Compiler_IL_Tests_TestFixed_IndexerStructTestByte_Ref_1_Byte_Delegate(ref Burst.Compiler.IL.Tests.TestFixed.IndexerStructTestByte arg0, byte arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Byte_P_0_Burst_Compiler_IL_Tests_TestFixed_IndexerStructTestByte_Ref_1_Byte_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Byte_P_0_Burst_Compiler_IL_Tests_TestFixed_IndexerStructTestByte_Ref_1_Byte_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestFixed.IndexerStructTestByte)p[0];
|
|
var arg1 = (byte)p[1];
|
|
result = d(ref arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate byte R_Byte_P_0_Burst_Compiler_IL_Tests_TestFixed_IndexerStructTestByte_Ref_1_SByte_Delegate(ref Burst.Compiler.IL.Tests.TestFixed.IndexerStructTestByte arg0, sbyte arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Byte_P_0_Burst_Compiler_IL_Tests_TestFixed_IndexerStructTestByte_Ref_1_SByte_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Byte_P_0_Burst_Compiler_IL_Tests_TestFixed_IndexerStructTestByte_Ref_1_SByte_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestFixed.IndexerStructTestByte)p[0];
|
|
var arg1 = (sbyte)p[1];
|
|
result = d(ref arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate byte R_Byte_P_0_Burst_Compiler_IL_Tests_TestStructs_WithPadding_Ptr_Delegate(Burst.Compiler.IL.Tests.TestStructs.WithPadding* arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Byte_P_0_Burst_Compiler_IL_Tests_TestStructs_WithPadding_Ptr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Byte_P_0_Burst_Compiler_IL_Tests_TestStructs_WithPadding_Ptr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestStructs.WithPadding*)(IntPtr)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate byte R_Byte_P_0_Byte_1_Byte_Delegate(byte arg0, byte arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Byte_P_0_Byte_1_Byte_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Byte_P_0_Byte_1_Byte_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (byte)p[0];
|
|
var arg1 = (byte)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate byte R_Byte_P_0_Byte_1_Byte_2_Byte_Delegate(byte arg0, byte arg1, byte arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Byte_P_0_Byte_1_Byte_2_Byte_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Byte_P_0_Byte_1_Byte_2_Byte_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (byte)p[0];
|
|
var arg1 = (byte)p[1];
|
|
var arg2 = (byte)p[2];
|
|
result = d(arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate byte R_Byte_P_0_Int32_Delegate(int arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Byte_P_0_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Byte_P_0_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate byte R_Byte_P_0_Int64_Delegate(long arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Byte_P_0_Int64_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Byte_P_0_Int64_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (long)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate byte R_Byte_P_0_UInt32_Delegate(uint arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Byte_P_0_UInt32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Byte_P_0_UInt32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (uint)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate double R_Double_P_Delegate();
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Double_P_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Double_P_Delegate)delegateObj;
|
|
object result = null;
|
|
result = d();
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate double R_Double_P_0_Unity_Mathematics_double2_Ref_Delegate(ref Unity.Mathematics.double2 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Double_P_0_Unity_Mathematics_double2_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Double_P_0_Unity_Mathematics_double2_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.double2)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate double R_Double_P_0_Unity_Mathematics_double3_Ref_Delegate(ref Unity.Mathematics.double3 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Double_P_0_Unity_Mathematics_double3_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Double_P_0_Unity_Mathematics_double3_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.double3)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate double R_Double_P_0_Unity_Mathematics_double4_Ref_Delegate(ref Unity.Mathematics.double4 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Double_P_0_Unity_Mathematics_double4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Double_P_0_Unity_Mathematics_double4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.double4)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate double R_Double_P_0_Unity_Mathematics_int4_Ref_Delegate(ref Unity.Mathematics.int4 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Double_P_0_Unity_Mathematics_int4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Double_P_0_Unity_Mathematics_int4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.int4)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate double R_Double_P_0_Byte_Delegate(byte arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Double_P_0_Byte_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Double_P_0_Byte_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (byte)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate double R_Double_P_0_Double_Delegate(double arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Double_P_0_Double_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Double_P_0_Double_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (double)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate double R_Double_P_0_Double_1_System_MidpointRounding_Delegate(double arg0, System.MidpointRounding arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Double_P_0_Double_1_System_MidpointRounding_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Double_P_0_Double_1_System_MidpointRounding_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (double)p[0];
|
|
var arg1 = (System.MidpointRounding)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate double R_Double_P_0_Double_1_Double_Delegate(double arg0, double arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Double_P_0_Double_1_Double_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Double_P_0_Double_1_Double_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (double)p[0];
|
|
var arg1 = (double)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate double R_Double_P_0_Double_1_Double_2_Double_Delegate(double arg0, double arg1, double arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Double_P_0_Double_1_Double_2_Double_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Double_P_0_Double_1_Double_2_Double_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (double)p[0];
|
|
var arg1 = (double)p[1];
|
|
var arg2 = (double)p[2];
|
|
result = d(arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate double R_Double_P_0_Double_1_Int32_Delegate(double arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Double_P_0_Double_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Double_P_0_Double_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (double)p[0];
|
|
var arg1 = (int)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate double R_Double_P_0_Double_1_Int32_2_System_MidpointRounding_Delegate(double arg0, int arg1, System.MidpointRounding arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Double_P_0_Double_1_Int32_2_System_MidpointRounding_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Double_P_0_Double_1_Int32_2_System_MidpointRounding_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (double)p[0];
|
|
var arg1 = (int)p[1];
|
|
var arg2 = (System.MidpointRounding)p[2];
|
|
result = d(arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate double R_Double_P_0_Double_Ref_Delegate(ref double arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Double_P_0_Double_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Double_P_0_Double_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (double)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate double R_Double_P_0_Single_Delegate(float arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Double_P_0_Single_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Double_P_0_Single_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (float)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate double R_Double_P_0_Single_1_Single_Delegate(float arg0, float arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Double_P_0_Single_1_Single_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Double_P_0_Single_1_Single_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (float)p[0];
|
|
var arg1 = (float)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate double R_Double_P_0_Int32_Delegate(int arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Double_P_0_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Double_P_0_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate double R_Double_P_0_Int32_1_UInt32_Delegate(int arg0, uint arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Double_P_0_Int32_1_UInt32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Double_P_0_Int32_1_UInt32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int)p[0];
|
|
var arg1 = (uint)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate double R_Double_P_0_Int64_Ref_Delegate(ref long arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Double_P_0_Int64_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Double_P_0_Int64_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (long)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate double R_Double_P_0_UInt32_Delegate(uint arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Double_P_0_UInt32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Double_P_0_UInt32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (uint)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate double R_Double_P_0_UInt16_Delegate(ushort arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Double_P_0_UInt16_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Double_P_0_UInt16_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (ushort)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_Delegate();
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_Delegate)delegateObj;
|
|
object result = null;
|
|
result = d();
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Burst_Compiler_IL_Tests_Expressions_SByteEnum_Delegate(Burst.Compiler.IL.Tests.Expressions.SByteEnum arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Burst_Compiler_IL_Tests_Expressions_SByteEnum_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Burst_Compiler_IL_Tests_Expressions_SByteEnum_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.Expressions.SByteEnum)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Burst_Compiler_IL_Tests_Expressions_UnsignedEnum_Delegate(Burst.Compiler.IL.Tests.Expressions.UnsignedEnum arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Burst_Compiler_IL_Tests_Expressions_UnsignedEnum_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Burst_Compiler_IL_Tests_Expressions_UnsignedEnum_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.Expressions.UnsignedEnum)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Unity_Mathematics_bool2_Ref_1_Unity_Mathematics_float2_Ref_2_Unity_Mathematics_float2_Ref_Delegate(ref Unity.Mathematics.bool2 arg0, ref Unity.Mathematics.float2 arg1, ref Unity.Mathematics.float2 arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Unity_Mathematics_bool2_Ref_1_Unity_Mathematics_float2_Ref_2_Unity_Mathematics_float2_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Unity_Mathematics_bool2_Ref_1_Unity_Mathematics_float2_Ref_2_Unity_Mathematics_float2_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.bool2)p[0];
|
|
var arg1 = (Unity.Mathematics.float2)p[1];
|
|
var arg2 = (Unity.Mathematics.float2)p[2];
|
|
result = d(ref arg0, ref arg1, ref arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Unity_Mathematics_bool3_Ref_1_Unity_Mathematics_float3_Ref_2_Unity_Mathematics_float3_Ref_Delegate(ref Unity.Mathematics.bool3 arg0, ref Unity.Mathematics.float3 arg1, ref Unity.Mathematics.float3 arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Unity_Mathematics_bool3_Ref_1_Unity_Mathematics_float3_Ref_2_Unity_Mathematics_float3_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Unity_Mathematics_bool3_Ref_1_Unity_Mathematics_float3_Ref_2_Unity_Mathematics_float3_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.bool3)p[0];
|
|
var arg1 = (Unity.Mathematics.float3)p[1];
|
|
var arg2 = (Unity.Mathematics.float3)p[2];
|
|
result = d(ref arg0, ref arg1, ref arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Unity_Mathematics_bool4_Ref_1_Unity_Mathematics_float4_Ref_2_Unity_Mathematics_float4_Ref_Delegate(ref Unity.Mathematics.bool4 arg0, ref Unity.Mathematics.float4 arg1, ref Unity.Mathematics.float4 arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Unity_Mathematics_bool4_Ref_1_Unity_Mathematics_float4_Ref_2_Unity_Mathematics_float4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Unity_Mathematics_bool4_Ref_1_Unity_Mathematics_float4_Ref_2_Unity_Mathematics_float4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.bool4)p[0];
|
|
var arg1 = (Unity.Mathematics.float4)p[1];
|
|
var arg2 = (Unity.Mathematics.float4)p[2];
|
|
result = d(ref arg0, ref arg1, ref arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Unity_Mathematics_float2_Ref_Delegate(ref Unity.Mathematics.float2 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Unity_Mathematics_float2_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Unity_Mathematics_float2_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float2)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Unity_Mathematics_float2_Ref_1_Unity_Mathematics_float2_Ref_Delegate(ref Unity.Mathematics.float2 arg0, ref Unity.Mathematics.float2 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Unity_Mathematics_float2_Ref_1_Unity_Mathematics_float2_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Unity_Mathematics_float2_Ref_1_Unity_Mathematics_float2_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float2)p[0];
|
|
var arg1 = (Unity.Mathematics.float2)p[1];
|
|
result = d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Unity_Mathematics_float2_Ref_1_Unity_Mathematics_float2_Ref_2_Unity_Mathematics_float2_Ref_Delegate(ref Unity.Mathematics.float2 arg0, ref Unity.Mathematics.float2 arg1, ref Unity.Mathematics.float2 arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Unity_Mathematics_float2_Ref_1_Unity_Mathematics_float2_Ref_2_Unity_Mathematics_float2_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Unity_Mathematics_float2_Ref_1_Unity_Mathematics_float2_Ref_2_Unity_Mathematics_float2_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float2)p[0];
|
|
var arg1 = (Unity.Mathematics.float2)p[1];
|
|
var arg2 = (Unity.Mathematics.float2)p[2];
|
|
result = d(ref arg0, ref arg1, ref arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Unity_Mathematics_float2_Ref_1_Unity_Mathematics_float2_Ref_2_Single_Delegate(ref Unity.Mathematics.float2 arg0, ref Unity.Mathematics.float2 arg1, float arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Unity_Mathematics_float2_Ref_1_Unity_Mathematics_float2_Ref_2_Single_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Unity_Mathematics_float2_Ref_1_Unity_Mathematics_float2_Ref_2_Single_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float2)p[0];
|
|
var arg1 = (Unity.Mathematics.float2)p[1];
|
|
var arg2 = (float)p[2];
|
|
result = d(ref arg0, ref arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Unity_Mathematics_float3_Ref_Delegate(ref Unity.Mathematics.float3 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Unity_Mathematics_float3_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Unity_Mathematics_float3_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float3)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Unity_Mathematics_float3_Ref_1_Unity_Mathematics_float3_Ref_Delegate(ref Unity.Mathematics.float3 arg0, ref Unity.Mathematics.float3 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Unity_Mathematics_float3_Ref_1_Unity_Mathematics_float3_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Unity_Mathematics_float3_Ref_1_Unity_Mathematics_float3_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float3)p[0];
|
|
var arg1 = (Unity.Mathematics.float3)p[1];
|
|
result = d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Unity_Mathematics_float3_Ref_1_Unity_Mathematics_float3_Ref_2_Unity_Mathematics_float3_Ref_Delegate(ref Unity.Mathematics.float3 arg0, ref Unity.Mathematics.float3 arg1, ref Unity.Mathematics.float3 arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Unity_Mathematics_float3_Ref_1_Unity_Mathematics_float3_Ref_2_Unity_Mathematics_float3_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Unity_Mathematics_float3_Ref_1_Unity_Mathematics_float3_Ref_2_Unity_Mathematics_float3_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float3)p[0];
|
|
var arg1 = (Unity.Mathematics.float3)p[1];
|
|
var arg2 = (Unity.Mathematics.float3)p[2];
|
|
result = d(ref arg0, ref arg1, ref arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Unity_Mathematics_float3_Ref_1_Unity_Mathematics_float3_Ref_2_Single_Delegate(ref Unity.Mathematics.float3 arg0, ref Unity.Mathematics.float3 arg1, float arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Unity_Mathematics_float3_Ref_1_Unity_Mathematics_float3_Ref_2_Single_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Unity_Mathematics_float3_Ref_1_Unity_Mathematics_float3_Ref_2_Single_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float3)p[0];
|
|
var arg1 = (Unity.Mathematics.float3)p[1];
|
|
var arg2 = (float)p[2];
|
|
result = d(ref arg0, ref arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Unity_Mathematics_float4_Ref_Delegate(ref Unity.Mathematics.float4 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Unity_Mathematics_float4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Unity_Mathematics_float4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float4)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Unity_Mathematics_float4_Ref_1_Unity_Mathematics_bool4_Ref_Delegate(ref Unity.Mathematics.float4 arg0, ref Unity.Mathematics.bool4 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Unity_Mathematics_float4_Ref_1_Unity_Mathematics_bool4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Unity_Mathematics_float4_Ref_1_Unity_Mathematics_bool4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float4)p[0];
|
|
var arg1 = (Unity.Mathematics.bool4)p[1];
|
|
result = d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Unity_Mathematics_float4_Ref_1_Unity_Mathematics_float4_Ref_Delegate(ref Unity.Mathematics.float4 arg0, ref Unity.Mathematics.float4 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Unity_Mathematics_float4_Ref_1_Unity_Mathematics_float4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Unity_Mathematics_float4_Ref_1_Unity_Mathematics_float4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float4)p[0];
|
|
var arg1 = (Unity.Mathematics.float4)p[1];
|
|
result = d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Unity_Mathematics_float4_Ref_1_Unity_Mathematics_float4_Ref_2_Unity_Mathematics_float4_Ref_Delegate(ref Unity.Mathematics.float4 arg0, ref Unity.Mathematics.float4 arg1, ref Unity.Mathematics.float4 arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Unity_Mathematics_float4_Ref_1_Unity_Mathematics_float4_Ref_2_Unity_Mathematics_float4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Unity_Mathematics_float4_Ref_1_Unity_Mathematics_float4_Ref_2_Unity_Mathematics_float4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float4)p[0];
|
|
var arg1 = (Unity.Mathematics.float4)p[1];
|
|
var arg2 = (Unity.Mathematics.float4)p[2];
|
|
result = d(ref arg0, ref arg1, ref arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Unity_Mathematics_float4_Ref_1_Unity_Mathematics_float4_Ref_2_Single_Delegate(ref Unity.Mathematics.float4 arg0, ref Unity.Mathematics.float4 arg1, float arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Unity_Mathematics_float4_Ref_1_Unity_Mathematics_float4_Ref_2_Single_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Unity_Mathematics_float4_Ref_1_Unity_Mathematics_float4_Ref_2_Single_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float4)p[0];
|
|
var arg1 = (Unity.Mathematics.float4)p[1];
|
|
var arg2 = (float)p[2];
|
|
result = d(ref arg0, ref arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Unity_Mathematics_int2_Ref_Delegate(ref Unity.Mathematics.int2 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Unity_Mathematics_int2_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Unity_Mathematics_int2_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.int2)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Unity_Mathematics_int3_Ref_Delegate(ref Unity.Mathematics.int3 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Unity_Mathematics_int3_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Unity_Mathematics_int3_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.int3)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Unity_Mathematics_int4_Ref_Delegate(ref Unity.Mathematics.int4 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Unity_Mathematics_int4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Unity_Mathematics_int4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.int4)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Unity_Mathematics_uint4_Ref_Delegate(ref Unity.Mathematics.uint4 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Unity_Mathematics_uint4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Unity_Mathematics_uint4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.uint4)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Byte_Delegate(byte arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Byte_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Byte_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (byte)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Single_Delegate(float arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Single_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Single_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (float)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Single_1_Single_Delegate(float arg0, float arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Single_1_Single_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Single_1_Single_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (float)p[0];
|
|
var arg1 = (float)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Single_1_Single_2_Single_Delegate(float arg0, float arg1, float arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Single_1_Single_2_Single_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Single_1_Single_2_Single_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (float)p[0];
|
|
var arg1 = (float)p[1];
|
|
var arg2 = (float)p[2];
|
|
result = d(arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Single_Ref_Delegate(ref float arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Single_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Single_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (float)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Int32_Delegate(int arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Int32_1_Int32_Delegate(int arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Int32_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Int32_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int)p[0];
|
|
var arg1 = (int)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Int32_Ref_Delegate(ref int arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Int32_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Int32_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_UInt32_Delegate(uint arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_UInt32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_UInt32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (uint)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_UInt32_1_UInt32_Delegate(uint arg0, uint arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_UInt32_1_UInt32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_UInt32_1_UInt32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (uint)p[0];
|
|
var arg1 = (uint)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_UInt16_Delegate(ushort arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_UInt16_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_UInt16_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (ushort)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_Delegate();
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_Delegate)delegateObj;
|
|
object result = null;
|
|
result = d();
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_ControlFlows_EnumSwitch_Delegate(Burst.Compiler.IL.Tests.ControlFlows.EnumSwitch arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_ControlFlows_EnumSwitch_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_ControlFlows_EnumSwitch_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.ControlFlows.EnumSwitch)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_IntrinsicsCommon_Buffer_Ref_Delegate(ref Burst.Compiler.IL.Tests.IntrinsicsCommon.Buffer arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_IntrinsicsCommon_Buffer_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_IntrinsicsCommon_Buffer_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.IntrinsicsCommon.Buffer)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_NotSupported_CharbyValueFunc_Ref_1_Int32_Delegate(ref Burst.Compiler.IL.Tests.NotSupported.CharbyValueFunc arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_NotSupported_CharbyValueFunc_Ref_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_NotSupported_CharbyValueFunc_Ref_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.NotSupported.CharbyValueFunc)p[0];
|
|
var arg1 = (int)p[1];
|
|
result = d(ref arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_Pointers_MyStructWithFixed_Ref_Delegate(ref Burst.Compiler.IL.Tests.Pointers.MyStructWithFixed arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_Pointers_MyStructWithFixed_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_Pointers_MyStructWithFixed_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.Pointers.MyStructWithFixed)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_Pointers_MyStructWithFixed_Ref_1_Int32_Delegate(ref Burst.Compiler.IL.Tests.Pointers.MyStructWithFixed arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_Pointers_MyStructWithFixed_Ref_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_Pointers_MyStructWithFixed_Ref_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.Pointers.MyStructWithFixed)p[0];
|
|
var arg1 = (int)p[1];
|
|
result = d(ref arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_TestEnums_MyEnum_Delegate(Burst.Compiler.IL.Tests.TestEnums.MyEnum arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestEnums_MyEnum_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_TestEnums_MyEnum_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestEnums.MyEnum)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_TestEnums_SmallEnum_Delegate(Burst.Compiler.IL.Tests.TestEnums.SmallEnum arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestEnums_SmallEnum_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_TestEnums_SmallEnum_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestEnums.SmallEnum)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_ExplicitLayoutStructFixedBuffer_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestStructs.ExplicitLayoutStructFixedBuffer arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_ExplicitLayoutStructFixedBuffer_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_ExplicitLayoutStructFixedBuffer_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestStructs.ExplicitLayoutStructFixedBuffer)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_MyCompilerGeneratedButNotReally_Ptr_Delegate(Burst.Compiler.IL.Tests.TestStructs.MyCompilerGeneratedButNotReally* arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_MyCompilerGeneratedButNotReally_Ptr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_MyCompilerGeneratedButNotReally_Ptr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestStructs.MyCompilerGeneratedButNotReally*)(IntPtr)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_SequentialStructWithPaddingAndVectorField_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestStructs.SequentialStructWithPaddingAndVectorField arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_SequentialStructWithPaddingAndVectorField_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_SequentialStructWithPaddingAndVectorField_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestStructs.SequentialStructWithPaddingAndVectorField)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_StructWithBlittableTypes_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestStructs.StructWithBlittableTypes arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_StructWithBlittableTypes_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_StructWithBlittableTypes_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestStructs.StructWithBlittableTypes)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_StructWithNonBlittableTypes_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestStructs.StructWithNonBlittableTypes arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_StructWithNonBlittableTypes_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_StructWithNonBlittableTypes_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestStructs.StructWithNonBlittableTypes)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_StructWithNonBlittableTypesWithMarshalAs_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestStructs.StructWithNonBlittableTypesWithMarshalAs arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_StructWithNonBlittableTypesWithMarshalAs_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_StructWithNonBlittableTypesWithMarshalAs_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestStructs.StructWithNonBlittableTypesWithMarshalAs)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_Types_MyEnum_Delegate(Burst.Compiler.IL.Tests.Types.MyEnum arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_Types_MyEnum_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_Types_MyEnum_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.Types.MyEnum)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_System_Guid_Ref_Delegate(ref System.Guid arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_System_Guid_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_System_Guid_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (System.Guid)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_IntPtr_Delegate(System.IntPtr arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_IntPtr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_IntPtr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (System.IntPtr)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_bool2_Ref_Delegate(ref Unity.Mathematics.bool2 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_bool2_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_bool2_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.bool2)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_bool2_Ref_1_Unity_Mathematics_bool2_Ref_Delegate(ref Unity.Mathematics.bool2 arg0, ref Unity.Mathematics.bool2 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_bool2_Ref_1_Unity_Mathematics_bool2_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_bool2_Ref_1_Unity_Mathematics_bool2_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.bool2)p[0];
|
|
var arg1 = (Unity.Mathematics.bool2)p[1];
|
|
result = d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_bool2_Ref_1_Boolean_Delegate(ref Unity.Mathematics.bool2 arg0, bool arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_bool2_Ref_1_Boolean_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_bool2_Ref_1_Boolean_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.bool2)p[0];
|
|
var arg1 = (bool)p[1];
|
|
result = d(ref arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_bool3_Ref_Delegate(ref Unity.Mathematics.bool3 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_bool3_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_bool3_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.bool3)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_bool3_Ref_1_Unity_Mathematics_bool3_Ref_Delegate(ref Unity.Mathematics.bool3 arg0, ref Unity.Mathematics.bool3 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_bool3_Ref_1_Unity_Mathematics_bool3_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_bool3_Ref_1_Unity_Mathematics_bool3_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.bool3)p[0];
|
|
var arg1 = (Unity.Mathematics.bool3)p[1];
|
|
result = d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_bool3_Ref_1_Boolean_Delegate(ref Unity.Mathematics.bool3 arg0, bool arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_bool3_Ref_1_Boolean_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_bool3_Ref_1_Boolean_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.bool3)p[0];
|
|
var arg1 = (bool)p[1];
|
|
result = d(ref arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_bool4_Ref_Delegate(ref Unity.Mathematics.bool4 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_bool4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_bool4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.bool4)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_bool4_Ref_1_Unity_Mathematics_bool4_Ref_Delegate(ref Unity.Mathematics.bool4 arg0, ref Unity.Mathematics.bool4 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_bool4_Ref_1_Unity_Mathematics_bool4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_bool4_Ref_1_Unity_Mathematics_bool4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.bool4)p[0];
|
|
var arg1 = (Unity.Mathematics.bool4)p[1];
|
|
result = d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_bool4_Ref_1_Boolean_Delegate(ref Unity.Mathematics.bool4 arg0, bool arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_bool4_Ref_1_Boolean_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_bool4_Ref_1_Boolean_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.bool4)p[0];
|
|
var arg1 = (bool)p[1];
|
|
result = d(ref arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_float2_Ref_Delegate(ref Unity.Mathematics.float2 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_float2_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_float2_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float2)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_float2_Ref_1_Unity_Mathematics_float2_Ref_Delegate(ref Unity.Mathematics.float2 arg0, ref Unity.Mathematics.float2 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_float2_Ref_1_Unity_Mathematics_float2_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_float2_Ref_1_Unity_Mathematics_float2_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float2)p[0];
|
|
var arg1 = (Unity.Mathematics.float2)p[1];
|
|
result = d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_float2_Ref_1_Single_Delegate(ref Unity.Mathematics.float2 arg0, float arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_float2_Ref_1_Single_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_float2_Ref_1_Single_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float2)p[0];
|
|
var arg1 = (float)p[1];
|
|
result = d(ref arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_float3_Ref_Delegate(ref Unity.Mathematics.float3 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_float3_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_float3_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float3)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_float3_Ref_1_Unity_Mathematics_float3_Ref_Delegate(ref Unity.Mathematics.float3 arg0, ref Unity.Mathematics.float3 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_float3_Ref_1_Unity_Mathematics_float3_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_float3_Ref_1_Unity_Mathematics_float3_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float3)p[0];
|
|
var arg1 = (Unity.Mathematics.float3)p[1];
|
|
result = d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_float3_Ref_1_Single_Delegate(ref Unity.Mathematics.float3 arg0, float arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_float3_Ref_1_Single_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_float3_Ref_1_Single_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float3)p[0];
|
|
var arg1 = (float)p[1];
|
|
result = d(ref arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_float4_Ref_Delegate(ref Unity.Mathematics.float4 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_float4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_float4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float4)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_float4_Ref_1_Unity_Mathematics_float4_Ref_Delegate(ref Unity.Mathematics.float4 arg0, ref Unity.Mathematics.float4 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_float4_Ref_1_Unity_Mathematics_float4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_float4_Ref_1_Unity_Mathematics_float4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float4)p[0];
|
|
var arg1 = (Unity.Mathematics.float4)p[1];
|
|
result = d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_float4_Ref_1_Single_Delegate(ref Unity.Mathematics.float4 arg0, float arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_float4_Ref_1_Single_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_float4_Ref_1_Single_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float4)p[0];
|
|
var arg1 = (float)p[1];
|
|
result = d(ref arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_int2_Ref_Delegate(ref Unity.Mathematics.int2 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_int2_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_int2_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.int2)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_int2_Ref_1_Unity_Mathematics_int2_Ref_Delegate(ref Unity.Mathematics.int2 arg0, ref Unity.Mathematics.int2 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_int2_Ref_1_Unity_Mathematics_int2_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_int2_Ref_1_Unity_Mathematics_int2_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.int2)p[0];
|
|
var arg1 = (Unity.Mathematics.int2)p[1];
|
|
result = d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_int2_Ref_1_Unity_Mathematics_int2_Ref_2_Unity_Mathematics_int2_Ref_Delegate(ref Unity.Mathematics.int2 arg0, ref Unity.Mathematics.int2 arg1, ref Unity.Mathematics.int2 arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_int2_Ref_1_Unity_Mathematics_int2_Ref_2_Unity_Mathematics_int2_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_int2_Ref_1_Unity_Mathematics_int2_Ref_2_Unity_Mathematics_int2_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.int2)p[0];
|
|
var arg1 = (Unity.Mathematics.int2)p[1];
|
|
var arg2 = (Unity.Mathematics.int2)p[2];
|
|
result = d(ref arg0, ref arg1, ref arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_int2_Ref_1_Int32_Delegate(ref Unity.Mathematics.int2 arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_int2_Ref_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_int2_Ref_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.int2)p[0];
|
|
var arg1 = (int)p[1];
|
|
result = d(ref arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_int3_Ref_Delegate(ref Unity.Mathematics.int3 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_int3_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_int3_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.int3)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_int3_Ref_1_Unity_Mathematics_int3_Ref_Delegate(ref Unity.Mathematics.int3 arg0, ref Unity.Mathematics.int3 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_int3_Ref_1_Unity_Mathematics_int3_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_int3_Ref_1_Unity_Mathematics_int3_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.int3)p[0];
|
|
var arg1 = (Unity.Mathematics.int3)p[1];
|
|
result = d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_int3_Ref_1_Unity_Mathematics_int3_Ref_2_Unity_Mathematics_int3_Ref_Delegate(ref Unity.Mathematics.int3 arg0, ref Unity.Mathematics.int3 arg1, ref Unity.Mathematics.int3 arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_int3_Ref_1_Unity_Mathematics_int3_Ref_2_Unity_Mathematics_int3_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_int3_Ref_1_Unity_Mathematics_int3_Ref_2_Unity_Mathematics_int3_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.int3)p[0];
|
|
var arg1 = (Unity.Mathematics.int3)p[1];
|
|
var arg2 = (Unity.Mathematics.int3)p[2];
|
|
result = d(ref arg0, ref arg1, ref arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_int3_Ref_1_Int32_Delegate(ref Unity.Mathematics.int3 arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_int3_Ref_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_int3_Ref_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.int3)p[0];
|
|
var arg1 = (int)p[1];
|
|
result = d(ref arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_int4_Ref_Delegate(ref Unity.Mathematics.int4 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_int4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_int4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.int4)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_int4_Ref_1_Unity_Mathematics_bool4_Ref_Delegate(ref Unity.Mathematics.int4 arg0, ref Unity.Mathematics.bool4 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_int4_Ref_1_Unity_Mathematics_bool4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_int4_Ref_1_Unity_Mathematics_bool4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.int4)p[0];
|
|
var arg1 = (Unity.Mathematics.bool4)p[1];
|
|
result = d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_int4_Ref_1_Unity_Mathematics_int4_Ref_Delegate(ref Unity.Mathematics.int4 arg0, ref Unity.Mathematics.int4 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_int4_Ref_1_Unity_Mathematics_int4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_int4_Ref_1_Unity_Mathematics_int4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.int4)p[0];
|
|
var arg1 = (Unity.Mathematics.int4)p[1];
|
|
result = d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_int4_Ref_1_Unity_Mathematics_int4_Ref_2_Unity_Mathematics_int4_Ref_Delegate(ref Unity.Mathematics.int4 arg0, ref Unity.Mathematics.int4 arg1, ref Unity.Mathematics.int4 arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_int4_Ref_1_Unity_Mathematics_int4_Ref_2_Unity_Mathematics_int4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_int4_Ref_1_Unity_Mathematics_int4_Ref_2_Unity_Mathematics_int4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.int4)p[0];
|
|
var arg1 = (Unity.Mathematics.int4)p[1];
|
|
var arg2 = (Unity.Mathematics.int4)p[2];
|
|
result = d(ref arg0, ref arg1, ref arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_int4_Ref_1_Int32_Delegate(ref Unity.Mathematics.int4 arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_int4_Ref_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_int4_Ref_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.int4)p[0];
|
|
var arg1 = (int)p[1];
|
|
result = d(ref arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_uint2_Ref_Delegate(ref Unity.Mathematics.uint2 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_uint2_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_uint2_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.uint2)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_uint2_Ref_1_Unity_Mathematics_uint2_Ref_Delegate(ref Unity.Mathematics.uint2 arg0, ref Unity.Mathematics.uint2 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_uint2_Ref_1_Unity_Mathematics_uint2_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_uint2_Ref_1_Unity_Mathematics_uint2_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.uint2)p[0];
|
|
var arg1 = (Unity.Mathematics.uint2)p[1];
|
|
result = d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_uint2_Ref_1_UInt32_Delegate(ref Unity.Mathematics.uint2 arg0, uint arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_uint2_Ref_1_UInt32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_uint2_Ref_1_UInt32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.uint2)p[0];
|
|
var arg1 = (uint)p[1];
|
|
result = d(ref arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_uint3_Ref_Delegate(ref Unity.Mathematics.uint3 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_uint3_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_uint3_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.uint3)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_uint3_Ref_1_Unity_Mathematics_uint3_Ref_Delegate(ref Unity.Mathematics.uint3 arg0, ref Unity.Mathematics.uint3 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_uint3_Ref_1_Unity_Mathematics_uint3_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_uint3_Ref_1_Unity_Mathematics_uint3_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.uint3)p[0];
|
|
var arg1 = (Unity.Mathematics.uint3)p[1];
|
|
result = d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_uint3_Ref_1_UInt32_Delegate(ref Unity.Mathematics.uint3 arg0, uint arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_uint3_Ref_1_UInt32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_uint3_Ref_1_UInt32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.uint3)p[0];
|
|
var arg1 = (uint)p[1];
|
|
result = d(ref arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_uint4_Ref_Delegate(ref Unity.Mathematics.uint4 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_uint4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_uint4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.uint4)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_uint4_Ref_1_Unity_Mathematics_uint4_Ref_Delegate(ref Unity.Mathematics.uint4 arg0, ref Unity.Mathematics.uint4 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_uint4_Ref_1_Unity_Mathematics_uint4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_uint4_Ref_1_Unity_Mathematics_uint4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.uint4)p[0];
|
|
var arg1 = (Unity.Mathematics.uint4)p[1];
|
|
result = d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Unity_Mathematics_uint4_Ref_1_UInt32_Delegate(ref Unity.Mathematics.uint4 arg0, uint arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Mathematics_uint4_Ref_1_UInt32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Mathematics_uint4_Ref_1_UInt32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.uint4)p[0];
|
|
var arg1 = (uint)p[1];
|
|
result = d(ref arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Boolean_Delegate(bool arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Boolean_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Boolean_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (bool)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Boolean_1_Boolean_Delegate(bool arg0, bool arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Boolean_1_Boolean_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Boolean_1_Boolean_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (bool)p[0];
|
|
var arg1 = (bool)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Boolean_1_Boolean_2_Boolean_Delegate(bool arg0, bool arg1, bool arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Boolean_1_Boolean_2_Boolean_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Boolean_1_Boolean_2_Boolean_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (bool)p[0];
|
|
var arg1 = (bool)p[1];
|
|
var arg2 = (bool)p[2];
|
|
result = d(arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Boolean_1_Boolean_2_Boolean_3_Boolean_Delegate(bool arg0, bool arg1, bool arg2, bool arg3);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Boolean_1_Boolean_2_Boolean_3_Boolean_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Boolean_1_Boolean_2_Boolean_3_Boolean_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (bool)p[0];
|
|
var arg1 = (bool)p[1];
|
|
var arg2 = (bool)p[2];
|
|
var arg3 = (bool)p[3];
|
|
result = d(arg0, arg1, arg2, arg3);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Byte_Delegate(byte arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Byte_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Byte_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (byte)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Byte_Ref_Delegate(ref byte arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Byte_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Byte_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (byte)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Double_Delegate(double arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Double_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Double_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (double)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Single_Delegate(float arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Single_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Single_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (float)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Single_1_Single_Delegate(float arg0, float arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Single_1_Single_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Single_1_Single_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (float)p[0];
|
|
var arg1 = (float)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Int32_Delegate(int arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Int32_1_Burst_Compiler_IL_Tests_Functions_Pair_Ref_Delegate(int arg0, ref Burst.Compiler.IL.Tests.Functions.Pair arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Int32_1_Burst_Compiler_IL_Tests_Functions_Pair_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Int32_1_Burst_Compiler_IL_Tests_Functions_Pair_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.Functions.Pair)p[1];
|
|
result = d(arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Int32_1_Int32_Delegate(int arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Int32_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Int32_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int)p[0];
|
|
var arg1 = (int)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Int32_1_Int32_2_Int32_Delegate(int arg0, int arg1, int arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Int32_1_Int32_2_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Int32_1_Int32_2_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int)p[0];
|
|
var arg1 = (int)p[1];
|
|
var arg2 = (int)p[2];
|
|
result = d(arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Int32_Ref_Delegate(ref int arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Int32_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Int32_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Int32_Ref_1_Int32_2_Int32_Delegate(ref int arg0, int arg1, int arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Int32_Ref_1_Int32_2_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Int32_Ref_1_Int32_2_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int)p[0];
|
|
var arg1 = (int)p[1];
|
|
var arg2 = (int)p[2];
|
|
result = d(ref arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate int R_Int32_P_0_Int32_Ptr_1_Int32_Delegate(int* arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Int32_Ptr_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Int32_Ptr_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int*)(IntPtr)p[0];
|
|
var arg1 = (int)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Int64_Delegate(long arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Int64_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Int64_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (long)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_SByte_Delegate(sbyte arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_SByte_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_SByte_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (sbyte)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_SByte_Ref_Delegate(ref sbyte arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_SByte_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_SByte_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (sbyte)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Int16_Delegate(short arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Int16_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Int16_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (short)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Int16_Ref_Delegate(ref short arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Int16_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Int16_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (short)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_UInt32_Delegate(uint arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_UInt32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_UInt32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (uint)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_UInt32_1_Int32_Delegate(uint arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_UInt32_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_UInt32_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (uint)p[0];
|
|
var arg1 = (int)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_UInt64_Delegate(ulong arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_UInt64_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_UInt64_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (ulong)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_UInt16_Delegate(ushort arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_UInt16_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_UInt16_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (ushort)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_UInt16_Ref_Delegate(ref ushort arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_UInt16_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_UInt16_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (ushort)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate long R_Int64_P_Delegate();
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int64_P_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int64_P_Delegate)delegateObj;
|
|
object result = null;
|
|
result = d();
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate long R_Int64_P_0_Burst_Compiler_IL_Tests_Pointers_PointerArithmetic_Ref_Delegate(ref Burst.Compiler.IL.Tests.Pointers.PointerArithmetic arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int64_P_0_Burst_Compiler_IL_Tests_Pointers_PointerArithmetic_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int64_P_0_Burst_Compiler_IL_Tests_Pointers_PointerArithmetic_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.Pointers.PointerArithmetic)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate long R_Int64_P_0_Double_Delegate(double arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int64_P_0_Double_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int64_P_0_Double_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (double)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate long R_Int64_P_0_Int32_Delegate(int arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int64_P_0_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int64_P_0_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate long R_Int64_P_0_Int32_1_Int32_Delegate(int arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int64_P_0_Int32_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int64_P_0_Int32_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int)p[0];
|
|
var arg1 = (int)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate long R_Int64_P_0_Int64_Delegate(long arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int64_P_0_Int64_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int64_P_0_Int64_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (long)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate long R_Int64_P_0_Int64_1_Int32_Delegate(long arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int64_P_0_Int64_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int64_P_0_Int64_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (long)p[0];
|
|
var arg1 = (int)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate long R_Int64_P_0_Int64_1_Int64_Delegate(long arg0, long arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int64_P_0_Int64_1_Int64_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int64_P_0_Int64_1_Int64_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (long)p[0];
|
|
var arg1 = (long)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate long R_Int64_P_0_Int64_1_Int64_2_Int64_Delegate(long arg0, long arg1, long arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int64_P_0_Int64_1_Int64_2_Int64_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int64_P_0_Int64_1_Int64_2_Int64_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (long)p[0];
|
|
var arg1 = (long)p[1];
|
|
var arg2 = (long)p[2];
|
|
result = d(arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate long R_Int64_P_0_Int64_Ref_Delegate(ref long arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int64_P_0_Int64_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int64_P_0_Int64_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (long)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate long R_Int64_P_0_Int64_Ref_1_Int64_2_Int64_Delegate(ref long arg0, long arg1, long arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int64_P_0_Int64_Ref_1_Int64_2_Int64_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int64_P_0_Int64_Ref_1_Int64_2_Int64_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (long)p[0];
|
|
var arg1 = (long)p[1];
|
|
var arg2 = (long)p[2];
|
|
result = d(ref arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate long R_Int64_P_0_SByte_Delegate(sbyte arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int64_P_0_SByte_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int64_P_0_SByte_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (sbyte)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate long R_Int64_P_0_Int16_Delegate(short arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int64_P_0_Int16_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int64_P_0_Int16_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (short)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate long R_Int64_P_0_UInt32_Delegate(uint arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int64_P_0_UInt32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int64_P_0_UInt32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (uint)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate long R_Int64_P_0_UInt64_Delegate(ulong arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int64_P_0_UInt64_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int64_P_0_UInt64_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (ulong)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate sbyte R_SByte_P_0_Burst_Compiler_IL_Tests_TestFixed_IndexerStructTestSByte_Ref_1_Byte_Delegate(ref Burst.Compiler.IL.Tests.TestFixed.IndexerStructTestSByte arg0, byte arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_SByte_P_0_Burst_Compiler_IL_Tests_TestFixed_IndexerStructTestSByte_Ref_1_Byte_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_SByte_P_0_Burst_Compiler_IL_Tests_TestFixed_IndexerStructTestSByte_Ref_1_Byte_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestFixed.IndexerStructTestSByte)p[0];
|
|
var arg1 = (byte)p[1];
|
|
result = d(ref arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate sbyte R_SByte_P_0_Burst_Compiler_IL_Tests_TestFixed_IndexerStructTestSByte_Ref_1_SByte_Delegate(ref Burst.Compiler.IL.Tests.TestFixed.IndexerStructTestSByte arg0, sbyte arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_SByte_P_0_Burst_Compiler_IL_Tests_TestFixed_IndexerStructTestSByte_Ref_1_SByte_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_SByte_P_0_Burst_Compiler_IL_Tests_TestFixed_IndexerStructTestSByte_Ref_1_SByte_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestFixed.IndexerStructTestSByte)p[0];
|
|
var arg1 = (sbyte)p[1];
|
|
result = d(ref arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate sbyte R_SByte_P_0_Int32_Delegate(int arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_SByte_P_0_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_SByte_P_0_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate sbyte R_SByte_P_0_SByte_Delegate(sbyte arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_SByte_P_0_SByte_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_SByte_P_0_SByte_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (sbyte)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate sbyte R_SByte_P_0_SByte_1_SByte_Delegate(sbyte arg0, sbyte arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_SByte_P_0_SByte_1_SByte_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_SByte_P_0_SByte_1_SByte_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (sbyte)p[0];
|
|
var arg1 = (sbyte)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate sbyte R_SByte_P_0_SByte_1_SByte_2_SByte_Delegate(sbyte arg0, sbyte arg1, sbyte arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_SByte_P_0_SByte_1_SByte_2_SByte_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_SByte_P_0_SByte_1_SByte_2_SByte_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (sbyte)p[0];
|
|
var arg1 = (sbyte)p[1];
|
|
var arg2 = (sbyte)p[2];
|
|
result = d(arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate sbyte R_SByte_P_0_UInt32_Delegate(uint arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_SByte_P_0_UInt32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_SByte_P_0_UInt32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (uint)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate short R_Int16_P_0_Int32_Delegate(int arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int16_P_0_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int16_P_0_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate short R_Int16_P_0_Int16_Delegate(short arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int16_P_0_Int16_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int16_P_0_Int16_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (short)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate short R_Int16_P_0_Int16_1_Int16_Delegate(short arg0, short arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int16_P_0_Int16_1_Int16_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int16_P_0_Int16_1_Int16_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (short)p[0];
|
|
var arg1 = (short)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate short R_Int16_P_0_Int16_1_Int16_2_Int16_Delegate(short arg0, short arg1, short arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int16_P_0_Int16_1_Int16_2_Int16_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int16_P_0_Int16_1_Int16_2_Int16_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (short)p[0];
|
|
var arg1 = (short)p[1];
|
|
var arg2 = (short)p[2];
|
|
result = d(arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate short R_Int16_P_0_UInt32_Delegate(uint arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int16_P_0_UInt32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int16_P_0_UInt32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (uint)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate uint R_UInt32_P_Delegate();
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UInt32_P_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UInt32_P_Delegate)delegateObj;
|
|
object result = null;
|
|
result = d();
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate uint R_UInt32_P_0_Unity_Mathematics_uint4_Ref_1_Unity_Mathematics_bool4_Ref_Delegate(ref Unity.Mathematics.uint4 arg0, ref Unity.Mathematics.bool4 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UInt32_P_0_Unity_Mathematics_uint4_Ref_1_Unity_Mathematics_bool4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UInt32_P_0_Unity_Mathematics_uint4_Ref_1_Unity_Mathematics_bool4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.uint4)p[0];
|
|
var arg1 = (Unity.Mathematics.bool4)p[1];
|
|
result = d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate uint R_UInt32_P_0_Int32_Delegate(int arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UInt32_P_0_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UInt32_P_0_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate uint R_UInt32_P_0_SByte_Delegate(sbyte arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UInt32_P_0_SByte_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UInt32_P_0_SByte_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (sbyte)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate uint R_UInt32_P_0_UInt32_Delegate(uint arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UInt32_P_0_UInt32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UInt32_P_0_UInt32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (uint)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate uint R_UInt32_P_0_UInt32_1_Int32_Delegate(uint arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UInt32_P_0_UInt32_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UInt32_P_0_UInt32_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (uint)p[0];
|
|
var arg1 = (int)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate uint R_UInt32_P_0_UInt32_1_UInt32_Delegate(uint arg0, uint arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UInt32_P_0_UInt32_1_UInt32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UInt32_P_0_UInt32_1_UInt32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (uint)p[0];
|
|
var arg1 = (uint)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate uint R_UInt32_P_0_UInt32_1_UInt32_2_UInt32_Delegate(uint arg0, uint arg1, uint arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UInt32_P_0_UInt32_1_UInt32_2_UInt32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UInt32_P_0_UInt32_1_UInt32_2_UInt32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (uint)p[0];
|
|
var arg1 = (uint)p[1];
|
|
var arg2 = (uint)p[2];
|
|
result = d(arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate uint R_UInt32_P_0_UInt32_Ref_Delegate(ref uint arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UInt32_P_0_UInt32_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UInt32_P_0_UInt32_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (uint)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate uint R_UInt32_P_0_UInt64_Delegate(ulong arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UInt32_P_0_UInt64_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UInt32_P_0_UInt64_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (ulong)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate ulong R_UInt64_P_Delegate();
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UInt64_P_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UInt64_P_Delegate)delegateObj;
|
|
object result = null;
|
|
result = d();
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate ulong R_UInt64_P_0_Double_Delegate(double arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UInt64_P_0_Double_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UInt64_P_0_Double_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (double)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate ulong R_UInt64_P_0_Int32_Delegate(int arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UInt64_P_0_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UInt64_P_0_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate ulong R_UInt64_P_0_Int16_Delegate(short arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UInt64_P_0_Int16_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UInt64_P_0_Int16_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (short)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate ulong R_UInt64_P_0_UInt32_Delegate(uint arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UInt64_P_0_UInt32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UInt64_P_0_UInt32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (uint)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate ulong R_UInt64_P_0_UInt64_1_UInt64_Delegate(ulong arg0, ulong arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UInt64_P_0_UInt64_1_UInt64_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UInt64_P_0_UInt64_1_UInt64_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (ulong)p[0];
|
|
var arg1 = (ulong)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate ulong R_UInt64_P_0_UInt64_1_UInt64_2_UInt64_Delegate(ulong arg0, ulong arg1, ulong arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UInt64_P_0_UInt64_1_UInt64_2_UInt64_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UInt64_P_0_UInt64_1_UInt64_2_UInt64_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (ulong)p[0];
|
|
var arg1 = (ulong)p[1];
|
|
var arg2 = (ulong)p[2];
|
|
result = d(arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate ulong R_UInt64_P_0_UInt64_Ref_Delegate(ref ulong arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UInt64_P_0_UInt64_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UInt64_P_0_UInt64_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (ulong)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate ulong R_UInt64_P_0_UInt64_Ptr_1_UInt64_2_UInt64_Delegate(ulong* arg0, ulong arg1, ulong arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UInt64_P_0_UInt64_Ptr_1_UInt64_2_UInt64_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UInt64_P_0_UInt64_Ptr_1_UInt64_2_UInt64_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (ulong*)(IntPtr)p[0];
|
|
var arg1 = (ulong)p[1];
|
|
var arg2 = (ulong)p[2];
|
|
result = d(arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate ushort R_UInt16_P_0_Burst_Compiler_IL_Tests_TestFixed_SomeStruct_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestFixed.SomeStruct arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UInt16_P_0_Burst_Compiler_IL_Tests_TestFixed_SomeStruct_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UInt16_P_0_Burst_Compiler_IL_Tests_TestFixed_SomeStruct_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestFixed.SomeStruct)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate ushort R_UInt16_P_0_Int32_Delegate(int arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UInt16_P_0_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UInt16_P_0_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate ushort R_UInt16_P_0_UInt32_Delegate(uint arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UInt16_P_0_UInt32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UInt16_P_0_UInt32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (uint)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate ushort R_UInt16_P_0_UInt16_1_UInt16_Delegate(ushort arg0, ushort arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UInt16_P_0_UInt16_1_UInt16_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UInt16_P_0_UInt16_1_UInt16_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (ushort)p[0];
|
|
var arg1 = (ushort)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate ushort R_UInt16_P_0_UInt16_1_UInt16_2_UInt16_Delegate(ushort arg0, ushort arg1, ushort arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UInt16_P_0_UInt16_1_UInt16_2_UInt16_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UInt16_P_0_UInt16_1_UInt16_2_UInt16_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (ushort)p[0];
|
|
var arg1 = (ushort)p[1];
|
|
var arg2 = (ushort)p[2];
|
|
result = d(arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_Delegate();
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_Delegate)delegateObj;
|
|
object result = null;
|
|
d();
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_ContainerOfManyNoAliasFields_Ref_Delegate(ref Burst.Compiler.IL.Tests.Aliasing.ContainerOfManyNoAliasFields arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_ContainerOfManyNoAliasFields_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_ContainerOfManyNoAliasFields_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.Aliasing.ContainerOfManyNoAliasFields)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_DoesAliasWithSubStructPointersStruct_Ref_Delegate(ref Burst.Compiler.IL.Tests.Aliasing.DoesAliasWithSubStructPointersStruct arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_DoesAliasWithSubStructPointersStruct_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_DoesAliasWithSubStructPointersStruct_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.Aliasing.DoesAliasWithSubStructPointersStruct)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_LinkedList_Ref_Delegate(ref Burst.Compiler.IL.Tests.Aliasing.LinkedList arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_LinkedList_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_LinkedList_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.Aliasing.LinkedList)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_NoAliasField_Ref_Delegate(ref Burst.Compiler.IL.Tests.Aliasing.NoAliasField arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_NoAliasField_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_NoAliasField_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.Aliasing.NoAliasField)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_NoAliasField_Ref_1_Burst_Compiler_IL_Tests_Aliasing_NoAliasField_Ref_Delegate(ref Burst.Compiler.IL.Tests.Aliasing.NoAliasField arg0, ref Burst.Compiler.IL.Tests.Aliasing.NoAliasField arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_NoAliasField_Ref_1_Burst_Compiler_IL_Tests_Aliasing_NoAliasField_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_NoAliasField_Ref_1_Burst_Compiler_IL_Tests_Aliasing_NoAliasField_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.Aliasing.NoAliasField)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.Aliasing.NoAliasField)p[1];
|
|
d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_NoAliasWithContentsStruct_Ref_Delegate(ref Burst.Compiler.IL.Tests.Aliasing.NoAliasWithContentsStruct arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_NoAliasWithContentsStruct_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_NoAliasWithContentsStruct_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.Aliasing.NoAliasWithContentsStruct)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_StructWithPadding_Ref_Delegate(ref Burst.Compiler.IL.Tests.Aliasing.StructWithPadding arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_StructWithPadding_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_StructWithPadding_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.Aliasing.StructWithPadding)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_Union_Ref_Delegate(ref Burst.Compiler.IL.Tests.Aliasing.Union arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_Union_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_Union_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.Aliasing.Union)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_IntrinsicsCommon_Buffer_Ref_Delegate(ref Burst.Compiler.IL.Tests.IntrinsicsCommon.Buffer arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_IntrinsicsCommon_Buffer_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_IntrinsicsCommon_Buffer_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.IntrinsicsCommon.Buffer)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_Fixed4096_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestStructs.Fixed4096 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_Fixed4096_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_Fixed4096_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestStructs.Fixed4096)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_Fixed4096_Ref_1_Burst_Compiler_IL_Tests_TestStructs_Fixed4096_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestStructs.Fixed4096 arg0, ref Burst.Compiler.IL.Tests.TestStructs.Fixed4096 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_Fixed4096_Ref_1_Burst_Compiler_IL_Tests_TestStructs_Fixed4096_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_Fixed4096_Ref_1_Burst_Compiler_IL_Tests_TestStructs_Fixed4096_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestStructs.Fixed4096)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.TestStructs.Fixed4096)p[1];
|
|
d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_MultipleSized4096_Ref_1_Burst_Compiler_IL_Tests_TestStructs_Sized4096_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestStructs.MultipleSized4096 arg0, ref Burst.Compiler.IL.Tests.TestStructs.Sized4096 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_MultipleSized4096_Ref_1_Burst_Compiler_IL_Tests_TestStructs_Sized4096_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_MultipleSized4096_Ref_1_Burst_Compiler_IL_Tests_TestStructs_Sized4096_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestStructs.MultipleSized4096)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.TestStructs.Sized4096)p[1];
|
|
d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_MultipleSized4096_Ref_1_Burst_Compiler_IL_Tests_TestStructs_Sized4096_Ref_2_Burst_Compiler_IL_Tests_TestStructs_Sized4096_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestStructs.MultipleSized4096 arg0, ref Burst.Compiler.IL.Tests.TestStructs.Sized4096 arg1, ref Burst.Compiler.IL.Tests.TestStructs.Sized4096 arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_MultipleSized4096_Ref_1_Burst_Compiler_IL_Tests_TestStructs_Sized4096_Ref_2_Burst_Compiler_IL_Tests_TestStructs_Sized4096_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_MultipleSized4096_Ref_1_Burst_Compiler_IL_Tests_TestStructs_Sized4096_Ref_2_Burst_Compiler_IL_Tests_TestStructs_Sized4096_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestStructs.MultipleSized4096)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.TestStructs.Sized4096)p[1];
|
|
var arg2 = (Burst.Compiler.IL.Tests.TestStructs.Sized4096)p[2];
|
|
d(ref arg0, ref arg1, ref arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_PointersInStruct_Ref_1_Burst_Compiler_IL_Tests_TestStructs_Fixed4096_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestStructs.PointersInStruct arg0, ref Burst.Compiler.IL.Tests.TestStructs.Fixed4096 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_PointersInStruct_Ref_1_Burst_Compiler_IL_Tests_TestStructs_Fixed4096_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_PointersInStruct_Ref_1_Burst_Compiler_IL_Tests_TestStructs_Fixed4096_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestStructs.PointersInStruct)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.TestStructs.Fixed4096)p[1];
|
|
d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_Sized4096_Ref_1_Burst_Compiler_IL_Tests_TestStructs_Sized4096_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestStructs.Sized4096 arg0, ref Burst.Compiler.IL.Tests.TestStructs.Sized4096 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_Sized4096_Ref_1_Burst_Compiler_IL_Tests_TestStructs_Sized4096_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_Sized4096_Ref_1_Burst_Compiler_IL_Tests_TestStructs_Sized4096_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestStructs.Sized4096)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.TestStructs.Sized4096)p[1];
|
|
d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_UninitFieldsAreZero_Ptr_Delegate(Burst.Compiler.IL.Tests.TestStructs.UninitFieldsAreZero* arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_UninitFieldsAreZero_Ptr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_UninitFieldsAreZero_Ptr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestStructs.UninitFieldsAreZero*)(IntPtr)p[0];
|
|
d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_float2x2_Ptr_Delegate(Unity.Mathematics.float2x2* arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_float2x2_Ptr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_float2x2_Ptr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float2x2*)(IntPtr)p[0];
|
|
d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_float3x3_Ptr_Delegate(Unity.Mathematics.float3x3* arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_float3x3_Ptr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_float3x3_Ptr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float3x3*)(IntPtr)p[0];
|
|
d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_float4x4_Ptr_Delegate(Unity.Mathematics.float4x4* arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_float4x4_Ptr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_float4x4_Ptr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float4x4*)(IntPtr)p[0];
|
|
d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_int2_Ptr_1_UInt16_Delegate(Unity.Mathematics.int2* arg0, ushort arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_int2_Ptr_1_UInt16_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_int2_Ptr_1_UInt16_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.int2*)(IntPtr)p[0];
|
|
var arg1 = (ushort)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Int32_Delegate(int arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int)p[0];
|
|
d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Int32_1_Int32_Delegate(int arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Int32_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Int32_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int)p[0];
|
|
var arg1 = (int)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Int32_Ref_1_Single_Ref_Delegate(ref int arg0, ref float arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Int32_Ref_1_Single_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Int32_Ref_1_Single_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int)p[0];
|
|
var arg1 = (float)p[1];
|
|
d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Int32_Ref_1_Int32_Ref_Delegate(ref int arg0, ref int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Int32_Ref_1_Int32_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Int32_Ref_1_Int32_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int)p[0];
|
|
var arg1 = (int)p[1];
|
|
d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Int32_Ref_1_Int32_Ref_2_Int32_Ref_Delegate(ref int arg0, ref int arg1, ref int arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Int32_Ref_1_Int32_Ref_2_Int32_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Int32_Ref_1_Int32_Ref_2_Int32_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int)p[0];
|
|
var arg1 = (int)p[1];
|
|
var arg2 = (int)p[2];
|
|
d(ref arg0, ref arg1, ref arg2);
|
|
return result;
|
|
}
|
|
|
|
#if BURST_TESTS_ONLY
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate Burst.Compiler.IL.Tests.ABI.BigExplicitLayoutStruct R_Burst_Compiler_IL_Tests_ABI_BigExplicitLayoutStruct_P_0_Burst_Compiler_IL_Tests_ABI_BigExplicitLayoutStruct_1_Int32_Delegate(Burst.Compiler.IL.Tests.ABI.BigExplicitLayoutStruct arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Burst_Compiler_IL_Tests_ABI_BigExplicitLayoutStruct_P_0_Burst_Compiler_IL_Tests_ABI_BigExplicitLayoutStruct_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Burst_Compiler_IL_Tests_ABI_BigExplicitLayoutStruct_P_0_Burst_Compiler_IL_Tests_ABI_BigExplicitLayoutStruct_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.ABI.BigExplicitLayoutStruct)p[0];
|
|
var arg1 = (int)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate Burst.Compiler.IL.Tests.ABI.BigSSEStruct R_Burst_Compiler_IL_Tests_ABI_BigSSEStruct_P_0_Burst_Compiler_IL_Tests_ABI_BigSSEStruct_Delegate(Burst.Compiler.IL.Tests.ABI.BigSSEStruct arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Burst_Compiler_IL_Tests_ABI_BigSSEStruct_P_0_Burst_Compiler_IL_Tests_ABI_BigSSEStruct_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Burst_Compiler_IL_Tests_ABI_BigSSEStruct_P_0_Burst_Compiler_IL_Tests_ABI_BigSSEStruct_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.ABI.BigSSEStruct)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate Burst.Compiler.IL.Tests.ABI.BigStruct R_Burst_Compiler_IL_Tests_ABI_BigStruct_P_Delegate();
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Burst_Compiler_IL_Tests_ABI_BigStruct_P_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Burst_Compiler_IL_Tests_ABI_BigStruct_P_Delegate)delegateObj;
|
|
object result = null;
|
|
result = d();
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate Burst.Compiler.IL.Tests.ABI.EmptyStruct R_Burst_Compiler_IL_Tests_ABI_EmptyStruct_P_0_Burst_Compiler_IL_Tests_ABI_EmptyStruct_Delegate(Burst.Compiler.IL.Tests.ABI.EmptyStruct arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Burst_Compiler_IL_Tests_ABI_EmptyStruct_P_0_Burst_Compiler_IL_Tests_ABI_EmptyStruct_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Burst_Compiler_IL_Tests_ABI_EmptyStruct_P_0_Burst_Compiler_IL_Tests_ABI_EmptyStruct_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.ABI.EmptyStruct)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate Burst.Compiler.IL.Tests.ABI.ExplicitButAligned R_Burst_Compiler_IL_Tests_ABI_ExplicitButAligned_P_0_Burst_Compiler_IL_Tests_ABI_ExplicitButAligned_Delegate(Burst.Compiler.IL.Tests.ABI.ExplicitButAligned arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Burst_Compiler_IL_Tests_ABI_ExplicitButAligned_P_0_Burst_Compiler_IL_Tests_ABI_ExplicitButAligned_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Burst_Compiler_IL_Tests_ABI_ExplicitButAligned_P_0_Burst_Compiler_IL_Tests_ABI_ExplicitButAligned_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.ABI.ExplicitButAligned)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate Burst.Compiler.IL.Tests.ABI.HandleStruct R_Burst_Compiler_IL_Tests_ABI_HandleStruct_P_0_Burst_Compiler_IL_Tests_ABI_HandleStruct_Delegate(Burst.Compiler.IL.Tests.ABI.HandleStruct arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Burst_Compiler_IL_Tests_ABI_HandleStruct_P_0_Burst_Compiler_IL_Tests_ABI_HandleStruct_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Burst_Compiler_IL_Tests_ABI_HandleStruct_P_0_Burst_Compiler_IL_Tests_ABI_HandleStruct_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.ABI.HandleStruct)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate Burst.Compiler.IL.Tests.ABI.HandleStruct R_Burst_Compiler_IL_Tests_ABI_HandleStruct_P_0_Burst_Compiler_IL_Tests_ABI_HandleStruct_1_Int32_Delegate(Burst.Compiler.IL.Tests.ABI.HandleStruct arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Burst_Compiler_IL_Tests_ABI_HandleStruct_P_0_Burst_Compiler_IL_Tests_ABI_HandleStruct_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Burst_Compiler_IL_Tests_ABI_HandleStruct_P_0_Burst_Compiler_IL_Tests_ABI_HandleStruct_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.ABI.HandleStruct)p[0];
|
|
var arg1 = (int)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate Burst.Compiler.IL.Tests.ABI.IIF R_Burst_Compiler_IL_Tests_ABI_IIF_P_0_Burst_Compiler_IL_Tests_ABI_IIF_Delegate(Burst.Compiler.IL.Tests.ABI.IIF arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Burst_Compiler_IL_Tests_ABI_IIF_P_0_Burst_Compiler_IL_Tests_ABI_IIF_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Burst_Compiler_IL_Tests_ABI_IIF_P_0_Burst_Compiler_IL_Tests_ABI_IIF_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.ABI.IIF)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate Burst.Compiler.IL.Tests.ABI.IntInStruct R_Burst_Compiler_IL_Tests_ABI_IntInStruct_P_0_Burst_Compiler_IL_Tests_ABI_IntInStruct_Delegate(Burst.Compiler.IL.Tests.ABI.IntInStruct arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Burst_Compiler_IL_Tests_ABI_IntInStruct_P_0_Burst_Compiler_IL_Tests_ABI_IntInStruct_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Burst_Compiler_IL_Tests_ABI_IntInStruct_P_0_Burst_Compiler_IL_Tests_ABI_IntInStruct_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.ABI.IntInStruct)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate Burst.Compiler.IL.Tests.ABI.KindaBig R_Burst_Compiler_IL_Tests_ABI_KindaBig_P_0_Burst_Compiler_IL_Tests_ABI_KindaBig_Delegate(Burst.Compiler.IL.Tests.ABI.KindaBig arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Burst_Compiler_IL_Tests_ABI_KindaBig_P_0_Burst_Compiler_IL_Tests_ABI_KindaBig_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Burst_Compiler_IL_Tests_ABI_KindaBig_P_0_Burst_Compiler_IL_Tests_ABI_KindaBig_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.ABI.KindaBig)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate Burst.Compiler.IL.Tests.ABI.LongInStruct R_Burst_Compiler_IL_Tests_ABI_LongInStruct_P_0_Burst_Compiler_IL_Tests_ABI_LongInStruct_Delegate(Burst.Compiler.IL.Tests.ABI.LongInStruct arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Burst_Compiler_IL_Tests_ABI_LongInStruct_P_0_Burst_Compiler_IL_Tests_ABI_LongInStruct_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Burst_Compiler_IL_Tests_ABI_LongInStruct_P_0_Burst_Compiler_IL_Tests_ABI_LongInStruct_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.ABI.LongInStruct)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate Burst.Compiler.IL.Tests.ABI.NestedHandleGenericStruct<Burst.Compiler.IL.Tests.ABI.BigSSEStruct> R_Burst_Compiler_IL_Tests_ABI_NestedHandleGenericStruct1_G0_Burst_Compiler_IL_Tests_ABI_BigSSEStruct_P_0_Burst_Compiler_IL_Tests_ABI_NestedHandleGenericStruct1_G0_Burst_Compiler_IL_Tests_ABI_BigSSEStruct_Delegate(Burst.Compiler.IL.Tests.ABI.NestedHandleGenericStruct<Burst.Compiler.IL.Tests.ABI.BigSSEStruct> arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Burst_Compiler_IL_Tests_ABI_NestedHandleGenericStruct1_G0_Burst_Compiler_IL_Tests_ABI_BigSSEStruct_P_0_Burst_Compiler_IL_Tests_ABI_NestedHandleGenericStruct1_G0_Burst_Compiler_IL_Tests_ABI_BigSSEStruct_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Burst_Compiler_IL_Tests_ABI_NestedHandleGenericStruct1_G0_Burst_Compiler_IL_Tests_ABI_BigSSEStruct_P_0_Burst_Compiler_IL_Tests_ABI_NestedHandleGenericStruct1_G0_Burst_Compiler_IL_Tests_ABI_BigSSEStruct_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.ABI.NestedHandleGenericStruct<Burst.Compiler.IL.Tests.ABI.BigSSEStruct>)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate Burst.Compiler.IL.Tests.ABI.NestedHandleGenericStruct<Burst.Compiler.IL.Tests.ABI.HandleStruct> R_Burst_Compiler_IL_Tests_ABI_NestedHandleGenericStruct1_G0_Burst_Compiler_IL_Tests_ABI_HandleStruct_P_0_Burst_Compiler_IL_Tests_ABI_NestedHandleGenericStruct1_G0_Burst_Compiler_IL_Tests_ABI_HandleStruct_Delegate(Burst.Compiler.IL.Tests.ABI.NestedHandleGenericStruct<Burst.Compiler.IL.Tests.ABI.HandleStruct> arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Burst_Compiler_IL_Tests_ABI_NestedHandleGenericStruct1_G0_Burst_Compiler_IL_Tests_ABI_HandleStruct_P_0_Burst_Compiler_IL_Tests_ABI_NestedHandleGenericStruct1_G0_Burst_Compiler_IL_Tests_ABI_HandleStruct_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Burst_Compiler_IL_Tests_ABI_NestedHandleGenericStruct1_G0_Burst_Compiler_IL_Tests_ABI_HandleStruct_P_0_Burst_Compiler_IL_Tests_ABI_NestedHandleGenericStruct1_G0_Burst_Compiler_IL_Tests_ABI_HandleStruct_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.ABI.NestedHandleGenericStruct<Burst.Compiler.IL.Tests.ABI.HandleStruct>)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate Burst.Compiler.IL.Tests.ABI.NestedHandleStruct R_Burst_Compiler_IL_Tests_ABI_NestedHandleStruct_P_0_Burst_Compiler_IL_Tests_ABI_NestedHandleStruct_Delegate(Burst.Compiler.IL.Tests.ABI.NestedHandleStruct arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Burst_Compiler_IL_Tests_ABI_NestedHandleStruct_P_0_Burst_Compiler_IL_Tests_ABI_NestedHandleStruct_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Burst_Compiler_IL_Tests_ABI_NestedHandleStruct_P_0_Burst_Compiler_IL_Tests_ABI_NestedHandleStruct_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.ABI.NestedHandleStruct)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate Burst.Compiler.IL.Tests.ABI.OverlappingFieldsStruct R_Burst_Compiler_IL_Tests_ABI_OverlappingFieldsStruct_P_0_Burst_Compiler_IL_Tests_ABI_OverlappingFieldsStruct_Delegate(Burst.Compiler.IL.Tests.ABI.OverlappingFieldsStruct arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Burst_Compiler_IL_Tests_ABI_OverlappingFieldsStruct_P_0_Burst_Compiler_IL_Tests_ABI_OverlappingFieldsStruct_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Burst_Compiler_IL_Tests_ABI_OverlappingFieldsStruct_P_0_Burst_Compiler_IL_Tests_ABI_OverlappingFieldsStruct_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.ABI.OverlappingFieldsStruct)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate Burst.Compiler.IL.Tests.ABI.SizePaddedBig R_Burst_Compiler_IL_Tests_ABI_SizePaddedBig_P_0_Burst_Compiler_IL_Tests_ABI_SizePaddedBig_1_Burst_Compiler_IL_Tests_ABI_SizePaddedBig_Delegate(Burst.Compiler.IL.Tests.ABI.SizePaddedBig arg0, Burst.Compiler.IL.Tests.ABI.SizePaddedBig arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Burst_Compiler_IL_Tests_ABI_SizePaddedBig_P_0_Burst_Compiler_IL_Tests_ABI_SizePaddedBig_1_Burst_Compiler_IL_Tests_ABI_SizePaddedBig_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Burst_Compiler_IL_Tests_ABI_SizePaddedBig_P_0_Burst_Compiler_IL_Tests_ABI_SizePaddedBig_1_Burst_Compiler_IL_Tests_ABI_SizePaddedBig_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.ABI.SizePaddedBig)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.ABI.SizePaddedBig)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate Burst.Compiler.IL.Tests.ABI.SizePaddedSmall R_Burst_Compiler_IL_Tests_ABI_SizePaddedSmall_P_0_Burst_Compiler_IL_Tests_ABI_SizePaddedSmall_1_Burst_Compiler_IL_Tests_ABI_SizePaddedSmall_Delegate(Burst.Compiler.IL.Tests.ABI.SizePaddedSmall arg0, Burst.Compiler.IL.Tests.ABI.SizePaddedSmall arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Burst_Compiler_IL_Tests_ABI_SizePaddedSmall_P_0_Burst_Compiler_IL_Tests_ABI_SizePaddedSmall_1_Burst_Compiler_IL_Tests_ABI_SizePaddedSmall_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Burst_Compiler_IL_Tests_ABI_SizePaddedSmall_P_0_Burst_Compiler_IL_Tests_ABI_SizePaddedSmall_1_Burst_Compiler_IL_Tests_ABI_SizePaddedSmall_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.ABI.SizePaddedSmall)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.ABI.SizePaddedSmall)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate Burst.Compiler.IL.Tests.ABI.SmallSseUpStruct R_Burst_Compiler_IL_Tests_ABI_SmallSseUpStruct_P_0_Burst_Compiler_IL_Tests_ABI_SmallSseUpStruct_Delegate(Burst.Compiler.IL.Tests.ABI.SmallSseUpStruct arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Burst_Compiler_IL_Tests_ABI_SmallSseUpStruct_P_0_Burst_Compiler_IL_Tests_ABI_SmallSseUpStruct_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Burst_Compiler_IL_Tests_ABI_SmallSseUpStruct_P_0_Burst_Compiler_IL_Tests_ABI_SmallSseUpStruct_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.ABI.SmallSseUpStruct)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate Burst.Compiler.IL.Tests.ABI.SmallStruct R_Burst_Compiler_IL_Tests_ABI_SmallStruct_P_Delegate();
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Burst_Compiler_IL_Tests_ABI_SmallStruct_P_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Burst_Compiler_IL_Tests_ABI_SmallStruct_P_Delegate)delegateObj;
|
|
object result = null;
|
|
result = d();
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate Burst.Compiler.IL.Tests.ABI.TypedHandleStruct R_Burst_Compiler_IL_Tests_ABI_TypedHandleStruct_P_0_Burst_Compiler_IL_Tests_ABI_TypedHandleStruct_Delegate(Burst.Compiler.IL.Tests.ABI.TypedHandleStruct arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Burst_Compiler_IL_Tests_ABI_TypedHandleStruct_P_0_Burst_Compiler_IL_Tests_ABI_TypedHandleStruct_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Burst_Compiler_IL_Tests_ABI_TypedHandleStruct_P_0_Burst_Compiler_IL_Tests_ABI_TypedHandleStruct_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.ABI.TypedHandleStruct)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate Burst.Compiler.IL.Tests.ABI.UnalignedSmallStruct R_Burst_Compiler_IL_Tests_ABI_UnalignedSmallStruct_P_Delegate();
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Burst_Compiler_IL_Tests_ABI_UnalignedSmallStruct_P_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Burst_Compiler_IL_Tests_ABI_UnalignedSmallStruct_P_Delegate)delegateObj;
|
|
object result = null;
|
|
result = d();
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate Burst.Compiler.IL.Tests.ABI.UnalignedSmallStruct R_Burst_Compiler_IL_Tests_ABI_UnalignedSmallStruct_P_0_Burst_Compiler_IL_Tests_ABI_UnalignedSmallStruct_Delegate(Burst.Compiler.IL.Tests.ABI.UnalignedSmallStruct arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Burst_Compiler_IL_Tests_ABI_UnalignedSmallStruct_P_0_Burst_Compiler_IL_Tests_ABI_UnalignedSmallStruct_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Burst_Compiler_IL_Tests_ABI_UnalignedSmallStruct_P_0_Burst_Compiler_IL_Tests_ABI_UnalignedSmallStruct_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.ABI.UnalignedSmallStruct)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate Burst.Compiler.IL.Tests.ABI.UnalignedSmallStructWithPadding R_Burst_Compiler_IL_Tests_ABI_UnalignedSmallStructWithPadding_P_Delegate();
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Burst_Compiler_IL_Tests_ABI_UnalignedSmallStructWithPadding_P_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Burst_Compiler_IL_Tests_ABI_UnalignedSmallStructWithPadding_P_Delegate)delegateObj;
|
|
object result = null;
|
|
result = d();
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate ref Burst.Compiler.IL.Tests.Types.SomeStructWithValueTuple R_Burst_Compiler_IL_Tests_Types_SomeStructWithValueTuple_Ref_P_Delegate();
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Burst_Compiler_IL_Tests_Types_SomeStructWithValueTuple_Ref_P_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Burst_Compiler_IL_Tests_Types_SomeStructWithValueTuple_Ref_P_Delegate)delegateObj;
|
|
object result = null;
|
|
result = d();
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate System.IntPtr R_IntPtr_P_0_UInt32_Delegate(uint arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_IntPtr_P_0_UInt32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_IntPtr_P_0_UInt32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (uint)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate System.UIntPtr R_UIntPtr_P_0_Int32_Delegate(int arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UIntPtr_P_0_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UIntPtr_P_0_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate ref System.ValueTuple<int,int> R_System_ValueTuple2_G0_Int32_G1_Int32_Ref_P_Delegate();
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_ValueTuple2_G0_Int32_G1_Int32_Ref_P_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_ValueTuple2_G0_Int32_G1_Int32_Ref_P_Delegate)delegateObj;
|
|
object result = null;
|
|
result = d();
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayFloat_Ref_Delegate(ref Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayFloat arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayFloat_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayFloat_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayFloat)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_DefaultFunc_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestFunctionPointers.DefaultFunc arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_DefaultFunc_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_DefaultFunc_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestFunctionPointers.DefaultFunc)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_NullFunc_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestFunctionPointers.NullFunc arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_NullFunc_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_NullFunc_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestFunctionPointers.NullFunc)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Burst_Compiler_IL_Tests_TestStructs_SomeStruct_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestStructs.SomeStruct arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Burst_Compiler_IL_Tests_TestStructs_SomeStruct_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Burst_Compiler_IL_Tests_TestStructs_SomeStruct_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestStructs.SomeStruct)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_UnityBenchShared_SphereCullingAOSJob_Ref_Delegate(ref UnityBenchShared.SphereCullingAOSJob arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_UnityBenchShared_SphereCullingAOSJob_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_UnityBenchShared_SphereCullingAOSJob_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (UnityBenchShared.SphereCullingAOSJob)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_UnityBenchShared_SphereCullingChunkFixedSOAJob_Ref_Delegate(ref UnityBenchShared.SphereCullingChunkFixedSOAJob arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_UnityBenchShared_SphereCullingChunkFixedSOAJob_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_UnityBenchShared_SphereCullingChunkFixedSOAJob_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (UnityBenchShared.SphereCullingChunkFixedSOAJob)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_UnityBenchShared_SphereCullingChunkSOAJob_Ref_Delegate(ref UnityBenchShared.SphereCullingChunkSOAJob arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_UnityBenchShared_SphereCullingChunkSOAJob_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_UnityBenchShared_SphereCullingChunkSOAJob_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (UnityBenchShared.SphereCullingChunkSOAJob)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_UnityBenchShared_SphereCullingFloat4AOSJob_Ref_Delegate(ref UnityBenchShared.SphereCullingFloat4AOSJob arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_UnityBenchShared_SphereCullingFloat4AOSJob_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_UnityBenchShared_SphereCullingFloat4AOSJob_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (UnityBenchShared.SphereCullingFloat4AOSJob)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_UnityBenchShared_SphereCullingSOAJob_Ref_Delegate(ref UnityBenchShared.SphereCullingSOAJob arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_UnityBenchShared_SphereCullingSOAJob_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_UnityBenchShared_SphereCullingSOAJob_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (UnityBenchShared.SphereCullingSOAJob)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Byte_Delegate(byte arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Byte_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Byte_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (byte)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Int32_Ref_Delegate(ref int arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Int32_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Int32_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Int64_Delegate(long arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Int64_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Int64_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (long)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_SByte_Delegate(sbyte arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_SByte_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_SByte_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (sbyte)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_Int16_Delegate(short arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_Int16_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_Int16_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (short)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_UInt32_Delegate(uint arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_UInt32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_UInt32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (uint)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_UInt64_Delegate(ulong arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_UInt64_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_UInt64_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (ulong)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate bool R_Boolean_P_0_UInt16_Delegate(ushort arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Boolean_P_0_UInt16_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Boolean_P_0_UInt16_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (ushort)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate char R_Char_P_Delegate();
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Char_P_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Char_P_Delegate)delegateObj;
|
|
object result = null;
|
|
result = d();
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate double R_Double_P_0_Burst_Compiler_IL_Tests_SafetyChecks_MySafetyCheckedContainer_Ref_Delegate(ref Burst.Compiler.IL.Tests.SafetyChecks.MySafetyCheckedContainer arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Double_P_0_Burst_Compiler_IL_Tests_SafetyChecks_MySafetyCheckedContainer_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Double_P_0_Burst_Compiler_IL_Tests_SafetyChecks_MySafetyCheckedContainer_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.SafetyChecks.MySafetyCheckedContainer)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate double R_Double_P_0_Burst_Compiler_IL_Tests_SafetyChecks_MySafetyCheckedContainer_Ref_1_Burst_Compiler_IL_Tests_SafetyChecks_MySafetyCheckedContainer_Ref_2_Burst_Compiler_IL_Tests_SafetyChecks_MySafetyCheckedContainer_Ref_Delegate(ref Burst.Compiler.IL.Tests.SafetyChecks.MySafetyCheckedContainer arg0, ref Burst.Compiler.IL.Tests.SafetyChecks.MySafetyCheckedContainer arg1, ref Burst.Compiler.IL.Tests.SafetyChecks.MySafetyCheckedContainer arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Double_P_0_Burst_Compiler_IL_Tests_SafetyChecks_MySafetyCheckedContainer_Ref_1_Burst_Compiler_IL_Tests_SafetyChecks_MySafetyCheckedContainer_Ref_2_Burst_Compiler_IL_Tests_SafetyChecks_MySafetyCheckedContainer_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Double_P_0_Burst_Compiler_IL_Tests_SafetyChecks_MySafetyCheckedContainer_Ref_1_Burst_Compiler_IL_Tests_SafetyChecks_MySafetyCheckedContainer_Ref_2_Burst_Compiler_IL_Tests_SafetyChecks_MySafetyCheckedContainer_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.SafetyChecks.MySafetyCheckedContainer)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.SafetyChecks.MySafetyCheckedContainer)p[1];
|
|
var arg2 = (Burst.Compiler.IL.Tests.SafetyChecks.MySafetyCheckedContainer)p[2];
|
|
result = d(ref arg0, ref arg1, ref arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate double R_Double_P_0_Burst_Compiler_IL_Tests_Spmd_Data_Ref_Delegate(ref Burst.Compiler.IL.Tests.Spmd.Data arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Double_P_0_Burst_Compiler_IL_Tests_Spmd_Data_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Double_P_0_Burst_Compiler_IL_Tests_Spmd_Data_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.Spmd.Data)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Burst_Compiler_IL_Tests_CalliBinding_BindingContainer_Ref_Delegate(ref Burst.Compiler.IL.Tests.CalliBinding.BindingContainer arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Burst_Compiler_IL_Tests_CalliBinding_BindingContainer_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Burst_Compiler_IL_Tests_CalliBinding_BindingContainer_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.CalliBinding.BindingContainer)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_Climate_Ref_Delegate(ref Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.Climate arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_Climate_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_Climate_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.Climate)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayCustomItem_Ref_Delegate(ref Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayCustomItem arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayCustomItem_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayCustomItem_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayCustomItem)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayFloat_Ref_Delegate(ref Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayFloat arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayFloat_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayFloat_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayFloat)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayFloat4_Ref_Delegate(ref Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayFloat4 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayFloat4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayFloat4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayFloat4)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeQueues_JobData_Ref_Delegate(ref Burst.Compiler.IL.Tests.NativeContainers.NativeQueues.JobData arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeQueues_JobData_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeQueues_JobData_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.NativeContainers.NativeQueues.JobData)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeSlices_NativeSliceFloat_Ref_Delegate(ref Burst.Compiler.IL.Tests.NativeContainers.NativeSlices.NativeSliceFloat arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeSlices_NativeSliceFloat_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeSlices_NativeSliceFloat_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.NativeContainers.NativeSlices.NativeSliceFloat)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeSlices_NativeSliceFloat4_Ref_Delegate(ref Burst.Compiler.IL.Tests.NativeContainers.NativeSlices.NativeSliceFloat4 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeSlices_NativeSliceFloat4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeSlices_NativeSliceFloat4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.NativeContainers.NativeSlices.NativeSliceFloat4)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Burst_Compiler_IL_Tests_Spmd_Data_Ref_Delegate(ref Burst.Compiler.IL.Tests.Spmd.Data arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Burst_Compiler_IL_Tests_Spmd_Data_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Burst_Compiler_IL_Tests_Spmd_Data_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.Spmd.Data)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Burst_Compiler_IL_Tests_Spmd_DoubleData_Ref_Delegate(ref Burst.Compiler.IL.Tests.Spmd.DoubleData arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Burst_Compiler_IL_Tests_Spmd_DoubleData_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Burst_Compiler_IL_Tests_Spmd_DoubleData_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.Spmd.DoubleData)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Burst_Compiler_IL_Tests_TestAlias_BigStructNativeArrayJob_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestAlias.BigStructNativeArrayJob arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Burst_Compiler_IL_Tests_TestAlias_BigStructNativeArrayJob_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Burst_Compiler_IL_Tests_TestAlias_BigStructNativeArrayJob_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestAlias.BigStructNativeArrayJob)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Burst_Compiler_IL_Tests_TestAlias_InPlaceFloat3Job_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestAlias.InPlaceFloat3Job arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Burst_Compiler_IL_Tests_TestAlias_InPlaceFloat3Job_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Burst_Compiler_IL_Tests_TestAlias_InPlaceFloat3Job_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestAlias.InPlaceFloat3Job)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Burst_Compiler_IL_Tests_TestAlias_InPlaceFloat4Job_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestAlias.InPlaceFloat4Job arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Burst_Compiler_IL_Tests_TestAlias_InPlaceFloat4Job_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Burst_Compiler_IL_Tests_TestAlias_InPlaceFloat4Job_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestAlias.InPlaceFloat4Job)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Burst_Compiler_IL_Tests_Types_SomeStructWithValueTuple_Ref_Delegate(ref Burst.Compiler.IL.Tests.Types.SomeStructWithValueTuple arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Burst_Compiler_IL_Tests_Types_SomeStructWithValueTuple_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Burst_Compiler_IL_Tests_Types_SomeStructWithValueTuple_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.Types.SomeStructWithValueTuple)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_UnityBenchShared_SumNumbersTest_Ref_Delegate(ref UnityBenchShared.SumNumbersTest arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_UnityBenchShared_SumNumbersTest_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_UnityBenchShared_SumNumbersTest_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (UnityBenchShared.SumNumbersTest)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_UnityEngine_Boids_BoidsJob_Ref_1_Int32_Delegate(ref UnityEngine.Boids.BoidsJob arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_UnityEngine_Boids_BoidsJob_Ref_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_UnityEngine_Boids_BoidsJob_Ref_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (UnityEngine.Boids.BoidsJob)p[0];
|
|
var arg1 = (int)p[1];
|
|
result = d(ref arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Boolean_Delegate(bool arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Boolean_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Boolean_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (bool)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Single_1_Int32_Delegate(float arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Single_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Single_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (float)p[0];
|
|
var arg1 = (int)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate float R_Single_P_0_Single_Ref_1_Int32_Delegate(ref float arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Single_P_0_Single_Ref_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Single_P_0_Single_Ref_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (float)p[0];
|
|
var arg1 = (int)p[1];
|
|
result = d(ref arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_ABI_BigStruct_Delegate(Burst.Compiler.IL.Tests.ABI.BigStruct arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_ABI_BigStruct_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_ABI_BigStruct_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.ABI.BigStruct)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_ABI_SmallStruct_Delegate(Burst.Compiler.IL.Tests.ABI.SmallStruct arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_ABI_SmallStruct_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_ABI_SmallStruct_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.ABI.SmallStruct)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_CalliBinding_BindingContainer_Ref_Delegate(ref Burst.Compiler.IL.Tests.CalliBinding.BindingContainer arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_CalliBinding_BindingContainer_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_CalliBinding_BindingContainer_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.CalliBinding.BindingContainer)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_CalliBinding_BindingContainer_Ref_1_Burst_Compiler_IL_Tests_CalliBinding_IntArray_Ref_Delegate(ref Burst.Compiler.IL.Tests.CalliBinding.BindingContainer arg0, ref Burst.Compiler.IL.Tests.CalliBinding.IntArray arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_CalliBinding_BindingContainer_Ref_1_Burst_Compiler_IL_Tests_CalliBinding_IntArray_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_CalliBinding_BindingContainer_Ref_1_Burst_Compiler_IL_Tests_CalliBinding_IntArray_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.CalliBinding.BindingContainer)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.CalliBinding.IntArray)p[1];
|
|
result = d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_CalliBinding_BindingContainer_Ref_1_Burst_Compiler_IL_Tests_CalliBinding_SmallStructArray_Ref_Delegate(ref Burst.Compiler.IL.Tests.CalliBinding.BindingContainer arg0, ref Burst.Compiler.IL.Tests.CalliBinding.SmallStructArray arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_CalliBinding_BindingContainer_Ref_1_Burst_Compiler_IL_Tests_CalliBinding_SmallStructArray_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_CalliBinding_BindingContainer_Ref_1_Burst_Compiler_IL_Tests_CalliBinding_SmallStructArray_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.CalliBinding.BindingContainer)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.CalliBinding.SmallStructArray)p[1];
|
|
result = d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_Expressions_MyArrayIndex_Delegate(Burst.Compiler.IL.Tests.Expressions.MyArrayIndex arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_Expressions_MyArrayIndex_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_Expressions_MyArrayIndex_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.Expressions.MyArrayIndex)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayBool_Ref_Delegate(ref Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayBool arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayBool_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayBool_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayBool)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayIntCopy_Ref_Delegate(ref Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayIntCopy arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayIntCopy_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayIntCopy_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayIntCopy)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayIntCopy_Ref_1_Int32_Delegate(ref Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayIntCopy arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayIntCopy_Ref_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayIntCopy_Ref_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayIntCopy)p[0];
|
|
var arg1 = (int)p[1];
|
|
result = d(ref arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayIntSize32_Ref_Delegate(ref Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayIntSize32 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayIntSize32_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayIntSize32_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayIntSize32)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayIntSize32_Ref_1_Int32_Delegate(ref Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayIntSize32 arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayIntSize32_Ref_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayIntSize32_Ref_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayIntSize32)p[0];
|
|
var arg1 = (int)p[1];
|
|
result = d(ref arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeMultiHashMaps_JobData_Ref_Delegate(ref Burst.Compiler.IL.Tests.NativeContainers.NativeMultiHashMaps.JobData arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeMultiHashMaps_JobData_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeMultiHashMaps_JobData_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.NativeContainers.NativeMultiHashMaps.JobData)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeSlices_NativeSliceIntCopy_Ref_Delegate(ref Burst.Compiler.IL.Tests.NativeContainers.NativeSlices.NativeSliceIntCopy arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeSlices_NativeSliceIntCopy_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeSlices_NativeSliceIntCopy_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.NativeContainers.NativeSlices.NativeSliceIntCopy)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_Spmd_Data_Ref_Delegate(ref Burst.Compiler.IL.Tests.Spmd.Data arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_Spmd_Data_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_Spmd_Data_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.Spmd.Data)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_Spmd_Data_Ref_1_Int32_Delegate(ref Burst.Compiler.IL.Tests.Spmd.Data arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_Spmd_Data_Ref_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_Spmd_Data_Ref_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.Spmd.Data)p[0];
|
|
var arg1 = (int)p[1];
|
|
result = d(ref arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_TestCullingJob_CullingJob_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestCullingJob.CullingJob arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestCullingJob_CullingJob_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_TestCullingJob_CullingJob_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestCullingJob.CullingJob)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_FPBigStructFunc_1_Burst_Compiler_IL_Tests_ABI_BigStruct_Delegate(Burst.Compiler.IL.Tests.TestFunctionPointers.FPBigStructFunc arg0, Burst.Compiler.IL.Tests.ABI.BigStruct arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_FPBigStructFunc_1_Burst_Compiler_IL_Tests_ABI_BigStruct_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_FPBigStructFunc_1_Burst_Compiler_IL_Tests_ABI_BigStruct_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestFunctionPointers.FPBigStructFunc)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.ABI.BigStruct)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_FPInIntFunc_Ref_1_Int32_2_Int32_Delegate(ref Burst.Compiler.IL.Tests.TestFunctionPointers.FPInIntFunc arg0, int arg1, int arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_FPInIntFunc_Ref_1_Int32_2_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_FPInIntFunc_Ref_1_Int32_2_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestFunctionPointers.FPInIntFunc)p[0];
|
|
var arg1 = (int)p[1];
|
|
var arg2 = (int)p[2];
|
|
result = d(ref arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_FPIntFunc_Ref_1_Burst_Compiler_IL_Tests_TestFunctionPointers_FPIntFunc_Ref_2_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayFloat_Ref_3_Int32_Delegate(ref Burst.Compiler.IL.Tests.TestFunctionPointers.FPIntFunc arg0, ref Burst.Compiler.IL.Tests.TestFunctionPointers.FPIntFunc arg1, ref Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayFloat arg2, int arg3);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_FPIntFunc_Ref_1_Burst_Compiler_IL_Tests_TestFunctionPointers_FPIntFunc_Ref_2_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayFloat_Ref_3_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_FPIntFunc_Ref_1_Burst_Compiler_IL_Tests_TestFunctionPointers_FPIntFunc_Ref_2_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayFloat_Ref_3_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestFunctionPointers.FPIntFunc)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.TestFunctionPointers.FPIntFunc)p[1];
|
|
var arg2 = (Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayFloat)p[2];
|
|
var arg3 = (int)p[3];
|
|
result = d(ref arg0, ref arg1, ref arg2, arg3);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_FPIntFunc_Ref_1_Burst_Compiler_IL_Tests_TestFunctionPointers_FPIntFunc_Ref_2_Int32_Delegate(ref Burst.Compiler.IL.Tests.TestFunctionPointers.FPIntFunc arg0, ref Burst.Compiler.IL.Tests.TestFunctionPointers.FPIntFunc arg1, int arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_FPIntFunc_Ref_1_Burst_Compiler_IL_Tests_TestFunctionPointers_FPIntFunc_Ref_2_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_FPIntFunc_Ref_1_Burst_Compiler_IL_Tests_TestFunctionPointers_FPIntFunc_Ref_2_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestFunctionPointers.FPIntFunc)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.TestFunctionPointers.FPIntFunc)p[1];
|
|
var arg2 = (int)p[2];
|
|
result = d(ref arg0, ref arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_FPIntFunc_Ref_1_Int32_Delegate(ref Burst.Compiler.IL.Tests.TestFunctionPointers.FPIntFunc arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_FPIntFunc_Ref_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_FPIntFunc_Ref_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestFunctionPointers.FPIntFunc)p[0];
|
|
var arg1 = (int)p[1];
|
|
result = d(ref arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_NoAliasFunc_Ref_1_Int32_Delegate(ref Burst.Compiler.IL.Tests.TestFunctionPointers.NoAliasFunc arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_NoAliasFunc_Ref_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_NoAliasFunc_Ref_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestFunctionPointers.NoAliasFunc)p[0];
|
|
var arg1 = (int)p[1];
|
|
result = d(ref arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_NoAliasFunc_Ref_1_Int32_2_Int32_Delegate(ref Burst.Compiler.IL.Tests.TestFunctionPointers.NoAliasFunc arg0, int arg1, int arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_NoAliasFunc_Ref_1_Int32_2_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_NoAliasFunc_Ref_1_Int32_2_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestFunctionPointers.NoAliasFunc)p[0];
|
|
var arg1 = (int)p[1];
|
|
var arg2 = (int)p[2];
|
|
result = d(ref arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_ReturnRefReadOnlyFunc_Ref_1_Int32_2_Int32_Delegate(ref Burst.Compiler.IL.Tests.TestFunctionPointers.ReturnRefReadOnlyFunc arg0, int arg1, int arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_ReturnRefReadOnlyFunc_Ref_1_Int32_2_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_ReturnRefReadOnlyFunc_Ref_1_Int32_2_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestFunctionPointers.ReturnRefReadOnlyFunc)p[0];
|
|
var arg1 = (int)p[1];
|
|
var arg2 = (int)p[2];
|
|
result = d(ref arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_StructsInFunc_Ref_1_Int32_2_Int32_Delegate(ref Burst.Compiler.IL.Tests.TestFunctionPointers.StructsInFunc arg0, int arg1, int arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_StructsInFunc_Ref_1_Int32_2_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_StructsInFunc_Ref_1_Int32_2_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestFunctionPointers.StructsInFunc)p[0];
|
|
var arg1 = (int)p[1];
|
|
var arg2 = (int)p[2];
|
|
result = d(ref arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_TestGenerics_TestJob_Ref_1_Int32_Delegate(ref Burst.Compiler.IL.Tests.TestGenerics.TestJob arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestGenerics_TestJob_Ref_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_TestGenerics_TestJob_Ref_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestGenerics.TestJob)p[0];
|
|
var arg1 = (int)p[1];
|
|
result = d(ref arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_ParentStruct_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestStructs.ParentStruct arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_ParentStruct_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_ParentStruct_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestStructs.ParentStruct)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_SomeStruct_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestStructs.SomeStruct arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_SomeStruct_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_SomeStruct_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestStructs.SomeStruct)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_SomeStructWithMarshalAs_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestStructs.SomeStructWithMarshalAs arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_SomeStructWithMarshalAs_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_SomeStructWithMarshalAs_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestStructs.SomeStructWithMarshalAs)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_StaticCharStruct_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestStructs.StaticCharStruct arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_StaticCharStruct_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_TestStructs_StaticCharStruct_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestStructs.StaticCharStruct)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_TestUnsafeUtility_NativeArrayInt_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestUnsafeUtility.NativeArrayInt arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestUnsafeUtility_NativeArrayInt_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_TestUnsafeUtility_NativeArrayInt_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestUnsafeUtility.NativeArrayInt)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_TestUnsafeUtility_NativeArrayInt_Ref_1_Burst_Compiler_IL_Tests_TestUnsafeUtility_NativeArrayInt_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestUnsafeUtility.NativeArrayInt arg0, ref Burst.Compiler.IL.Tests.TestUnsafeUtility.NativeArrayInt arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestUnsafeUtility_NativeArrayInt_Ref_1_Burst_Compiler_IL_Tests_TestUnsafeUtility_NativeArrayInt_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_TestUnsafeUtility_NativeArrayInt_Ref_1_Burst_Compiler_IL_Tests_TestUnsafeUtility_NativeArrayInt_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestUnsafeUtility.NativeArrayInt)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.TestUnsafeUtility.NativeArrayInt)p[1];
|
|
result = d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_TestUnsafeUtility_NativeArrayInt_Ref_1_Int32_2_Int32_3_Int64_Delegate(ref Burst.Compiler.IL.Tests.TestUnsafeUtility.NativeArrayInt arg0, int arg1, int arg2, long arg3);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestUnsafeUtility_NativeArrayInt_Ref_1_Int32_2_Int32_3_Int64_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_TestUnsafeUtility_NativeArrayInt_Ref_1_Int32_2_Int32_3_Int64_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestUnsafeUtility.NativeArrayInt)p[0];
|
|
var arg1 = (int)p[1];
|
|
var arg2 = (int)p[2];
|
|
var arg3 = (long)p[3];
|
|
result = d(ref arg0, arg1, arg2, arg3);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_TestUnsafeUtility_NativeArrayInt_Ref_1_Int32_2_Int64_Delegate(ref Burst.Compiler.IL.Tests.TestUnsafeUtility.NativeArrayInt arg0, int arg1, long arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_TestUnsafeUtility_NativeArrayInt_Ref_1_Int32_2_Int64_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_TestUnsafeUtility_NativeArrayInt_Ref_1_Int32_2_Int64_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestUnsafeUtility.NativeArrayInt)p[0];
|
|
var arg1 = (int)p[1];
|
|
var arg2 = (long)p[2];
|
|
result = d(ref arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_InMemoryValues_Ref_Delegate(ref Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX.InMemoryValues arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_InMemoryValues_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_InMemoryValues_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX.InMemoryValues)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_InMemoryValues_Ref_1_Int32_Delegate(ref Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX.InMemoryValues arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_InMemoryValues_Ref_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_InMemoryValues_Ref_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX.InMemoryValues)p[0];
|
|
var arg1 = (int)p[1];
|
|
result = d(ref arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_m256_wrapper_Ref_Delegate(ref Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX.m256_wrapper arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_m256_wrapper_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_m256_wrapper_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX.m256_wrapper)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_NativeArrayBundle_Ref_Delegate(ref Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX2.NativeArrayBundle arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_NativeArrayBundle_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_NativeArrayBundle_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX2.NativeArrayBundle)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_IntPtr_Ref_Delegate(ref System.IntPtr arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_IntPtr_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_IntPtr_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (System.IntPtr)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_System_ValueTuple2_G0_Int32_G1_Int32_Ref_Delegate(ref System.ValueTuple<int,int> arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_System_ValueTuple2_G0_Int32_G1_Int32_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_System_ValueTuple2_G0_Int32_G1_Int32_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (System.ValueTuple<int,int>)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate int R_Int32_P_0_Unity_Burst_Intrinsics_v128_Ptr_Delegate(Unity.Burst.Intrinsics.v128* arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Unity_Burst_Intrinsics_v128_Ptr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Unity_Burst_Intrinsics_v128_Ptr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v128*)(IntPtr)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Byte_1_Single_Delegate(byte arg0, float arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Byte_1_Single_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Byte_1_Single_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (byte)p[0];
|
|
var arg1 = (float)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Char_Delegate(char arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Char_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Char_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (char)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Char_Ref_Delegate(ref char arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Char_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Char_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (char)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Double_1_Double_Delegate(double arg0, double arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Double_1_Double_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Double_1_Double_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (double)p[0];
|
|
var arg1 = (double)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Int32_1_Int32_2_Int32_3_Int32_4_Int32_5_Int32_6_Burst_Compiler_IL_Tests_ABI_SmallStruct_Delegate(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, Burst.Compiler.IL.Tests.ABI.SmallStruct arg6);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Int32_1_Int32_2_Int32_3_Int32_4_Int32_5_Int32_6_Burst_Compiler_IL_Tests_ABI_SmallStruct_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Int32_1_Int32_2_Int32_3_Int32_4_Int32_5_Int32_6_Burst_Compiler_IL_Tests_ABI_SmallStruct_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int)p[0];
|
|
var arg1 = (int)p[1];
|
|
var arg2 = (int)p[2];
|
|
var arg3 = (int)p[3];
|
|
var arg4 = (int)p[4];
|
|
var arg5 = (int)p[5];
|
|
var arg6 = (Burst.Compiler.IL.Tests.ABI.SmallStruct)p[6];
|
|
result = d(arg0, arg1, arg2, arg3, arg4, arg5, arg6);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_Int32_Ref_1_Int32_Ref_Delegate(ref int arg0, ref int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_Int32_Ref_1_Int32_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_Int32_Ref_1_Int32_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int)p[0];
|
|
var arg1 = (int)p[1];
|
|
result = d(ref arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate int R_Int32_P_0_UInt32_1_UInt32_Delegate(uint arg0, uint arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int32_P_0_UInt32_1_UInt32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int32_P_0_UInt32_1_UInt32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (uint)p[0];
|
|
var arg1 = (uint)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate long R_Int64_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_m256_wrapper_Ref_Delegate(ref Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX.m256_wrapper arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int64_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_m256_wrapper_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int64_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_m256_wrapper_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX.m256_wrapper)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate long R_Int64_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_StructWithVector_Ref_Delegate(ref Burst.Compiler.IL.Tests.X86.TestInstrinsicsX86.StructWithVector arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int64_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_StructWithVector_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int64_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_StructWithVector_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.X86.TestInstrinsicsX86.StructWithVector)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate long R_Int64_P_0_Byte_Delegate(byte arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int64_P_0_Byte_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int64_P_0_Byte_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (byte)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate long R_Int64_P_0_Single_Delegate(float arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int64_P_0_Single_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int64_P_0_Single_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (float)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate long R_Int64_P_0_Int32_1_Int64_Delegate(int arg0, long arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int64_P_0_Int32_1_Int64_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int64_P_0_Int32_1_Int64_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int)p[0];
|
|
var arg1 = (long)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate short R_Int16_P_0_Burst_Compiler_IL_Tests_Spmd_Data_Ref_Delegate(ref Burst.Compiler.IL.Tests.Spmd.Data arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_Int16_P_0_Burst_Compiler_IL_Tests_Spmd_Data_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_Int16_P_0_Burst_Compiler_IL_Tests_Spmd_Data_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.Spmd.Data)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate uint R_UInt32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayUInt4_Ref_1_Int32_Delegate(ref Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayUInt4 arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UInt32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayUInt4_Ref_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UInt32_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayUInt4_Ref_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayUInt4)p[0];
|
|
var arg1 = (int)p[1];
|
|
result = d(ref arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate uint R_UInt32_P_0_Burst_Compiler_IL_Tests_Spmd_Data_Ref_Delegate(ref Burst.Compiler.IL.Tests.Spmd.Data arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UInt32_P_0_Burst_Compiler_IL_Tests_Spmd_Data_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UInt32_P_0_Burst_Compiler_IL_Tests_Spmd_Data_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.Spmd.Data)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate uint R_UInt32_P_0_IntPtr_Ref_Delegate(ref System.IntPtr arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UInt32_P_0_IntPtr_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UInt32_P_0_IntPtr_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (System.IntPtr)p[0];
|
|
result = d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate uint R_UInt32_P_0_Single_Delegate(float arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UInt32_P_0_Single_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UInt32_P_0_Single_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (float)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate uint R_UInt32_P_0_UInt32_1_UInt32_2_UInt32_Ptr_Delegate(uint arg0, uint arg1, uint* arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UInt32_P_0_UInt32_1_UInt32_2_UInt32_Ptr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UInt32_P_0_UInt32_1_UInt32_2_UInt32_Ptr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (uint)p[0];
|
|
var arg1 = (uint)p[1];
|
|
var arg2 = (uint*)(IntPtr)p[2];
|
|
result = d(arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate ulong R_UInt64_P_0_UInt64_Delegate(ulong arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UInt64_P_0_UInt64_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UInt64_P_0_UInt64_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (ulong)p[0];
|
|
result = d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate ulong R_UInt64_P_0_UInt64_1_UInt32_Delegate(ulong arg0, uint arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UInt64_P_0_UInt64_1_UInt32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UInt64_P_0_UInt64_1_UInt32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (ulong)p[0];
|
|
var arg1 = (uint)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate ulong R_UInt64_P_0_UInt64_1_UInt32_2_UInt32_Delegate(ulong arg0, uint arg1, uint arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UInt64_P_0_UInt64_1_UInt32_2_UInt32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UInt64_P_0_UInt64_1_UInt32_2_UInt32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (ulong)p[0];
|
|
var arg1 = (uint)p[1];
|
|
var arg2 = (uint)p[2];
|
|
result = d(arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate ulong R_UInt64_P_0_UInt64_1_UInt64_2_UInt64_Ptr_Delegate(ulong arg0, ulong arg1, ulong* arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UInt64_P_0_UInt64_1_UInt64_2_UInt64_Ptr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UInt64_P_0_UInt64_1_UInt64_2_UInt64_Ptr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (ulong)p[0];
|
|
var arg1 = (ulong)p[1];
|
|
var arg2 = (ulong*)(IntPtr)p[2];
|
|
result = d(arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate ushort R_UInt16_P_0_Single_1_Single_Delegate(float arg0, float arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_UInt16_P_0_Single_1_Single_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_UInt16_P_0_Single_1_Single_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (float)p[0];
|
|
var arg1 = (float)p[1];
|
|
result = d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_ABI_CullChunksWrapper_Ref_Delegate(ref Burst.Compiler.IL.Tests.ABI.CullChunksWrapper arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_ABI_CullChunksWrapper_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_ABI_CullChunksWrapper_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.ABI.CullChunksWrapper)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_NoAliasOnGenericWithinGenericWrapper_Ref_Delegate(ref Burst.Compiler.IL.Tests.Aliasing.NoAliasOnGenericWithinGenericWrapper arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_NoAliasOnGenericWithinGenericWrapper_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_NoAliasOnGenericWithinGenericWrapper_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.Aliasing.NoAliasOnGenericWithinGenericWrapper)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_NoAliasOnGenericWrapper_Ref_Delegate(ref Burst.Compiler.IL.Tests.Aliasing.NoAliasOnGenericWrapper arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_NoAliasOnGenericWrapper_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_NoAliasOnGenericWrapper_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.Aliasing.NoAliasOnGenericWrapper)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_NoAliasOnStructWithinGenericWrapper_Ref_Delegate(ref Burst.Compiler.IL.Tests.Aliasing.NoAliasOnStructWithinGenericWrapper arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_NoAliasOnStructWithinGenericWrapper_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_Aliasing_NoAliasOnStructWithinGenericWrapper_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.Aliasing.NoAliasOnStructWithinGenericWrapper)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_AliasingJobs_NativeArrayJob_Ref_Delegate(ref Burst.Compiler.IL.Tests.AliasingJobs.NativeArrayJob arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_AliasingJobs_NativeArrayJob_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_AliasingJobs_NativeArrayJob_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.AliasingJobs.NativeArrayJob)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_AliasingJobs_NativeArrayPointerIsNotReloadedJob_Ref_Delegate(ref Burst.Compiler.IL.Tests.AliasingJobs.NativeArrayPointerIsNotReloadedJob arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_AliasingJobs_NativeArrayPointerIsNotReloadedJob_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_AliasingJobs_NativeArrayPointerIsNotReloadedJob_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.AliasingJobs.NativeArrayPointerIsNotReloadedJob)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_AliasingJobs_NativeSliceJob_Ref_Delegate(ref Burst.Compiler.IL.Tests.AliasingJobs.NativeSliceJob arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_AliasingJobs_NativeSliceJob_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_AliasingJobs_NativeSliceJob_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.AliasingJobs.NativeSliceJob)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_AliasingJobs_NoAliasOnJobProducerTypeThisPointerJob_Ref_Delegate(ref Burst.Compiler.IL.Tests.AliasingJobs.NoAliasOnJobProducerTypeThisPointerJob arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_AliasingJobs_NoAliasOnJobProducerTypeThisPointerJob_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_AliasingJobs_NoAliasOnJobProducerTypeThisPointerJob_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.AliasingJobs.NoAliasOnJobProducerTypeThisPointerJob)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_AliasingJobs_PointerDoesAliasWithJobStructJob_Ref_Delegate(ref Burst.Compiler.IL.Tests.AliasingJobs.PointerDoesAliasWithJobStructJob arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_AliasingJobs_PointerDoesAliasWithJobStructJob_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_AliasingJobs_PointerDoesAliasWithJobStructJob_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.AliasingJobs.PointerDoesAliasWithJobStructJob)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_AliasingJobs_PointerDoesNotAliasWithJobStructJob_Ref_Delegate(ref Burst.Compiler.IL.Tests.AliasingJobs.PointerDoesNotAliasWithJobStructJob arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_AliasingJobs_PointerDoesNotAliasWithJobStructJob_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_AliasingJobs_PointerDoesNotAliasWithJobStructJob_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.AliasingJobs.PointerDoesNotAliasWithJobStructJob)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_CalliBinding_BindingContainer_Ref_Delegate(ref Burst.Compiler.IL.Tests.CalliBinding.BindingContainer arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_CalliBinding_BindingContainer_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_CalliBinding_BindingContainer_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.CalliBinding.BindingContainer)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_Case1061135_NewMoveJob_Ref_Delegate(ref Burst.Compiler.IL.Tests.Case1061135.NewMoveJob arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_Case1061135_NewMoveJob_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_Case1061135_NewMoveJob_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.Case1061135.NewMoveJob)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayFloat_Ref_1_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayFloat_Ref_2_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayFloat_Ref_Delegate(ref Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayFloat arg0, ref Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayFloat arg1, ref Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayFloat arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayFloat_Ref_1_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayFloat_Ref_2_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayFloat_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayFloat_Ref_1_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayFloat_Ref_2_Burst_Compiler_IL_Tests_NativeContainers_NativeArrays_NativeArrayFloat_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayFloat)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayFloat)p[1];
|
|
var arg2 = (Burst.Compiler.IL.Tests.NativeContainers.NativeArrays.NativeArrayFloat)p[2];
|
|
d(ref arg0, ref arg1, ref arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeHashMaps_HashMapJob_Ref_Delegate(ref Burst.Compiler.IL.Tests.NativeContainers.NativeHashMaps.HashMapJob arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeHashMaps_HashMapJob_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeHashMaps_HashMapJob_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.NativeContainers.NativeHashMaps.HashMapJob)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeMultiHashMaps_HashMapAndQueueJob_Ref_Delegate(ref Burst.Compiler.IL.Tests.NativeContainers.NativeMultiHashMaps.HashMapAndQueueJob arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeMultiHashMaps_HashMapAndQueueJob_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_NativeContainers_NativeMultiHashMaps_HashMapAndQueueJob_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.NativeContainers.NativeMultiHashMaps.HashMapAndQueueJob)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_RegressionsInBurstV1_StructBVHTest_Ref_Delegate(ref Burst.Compiler.IL.Tests.RegressionsInBurstV1.StructBVHTest arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_RegressionsInBurstV1_StructBVHTest_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_RegressionsInBurstV1_StructBVHTest_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.RegressionsInBurstV1.StructBVHTest)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_RegressionsInBurstV1_StructInitJob_Ref_Delegate(ref Burst.Compiler.IL.Tests.RegressionsInBurstV1.StructInitJob arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_RegressionsInBurstV1_StructInitJob_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_RegressionsInBurstV1_StructInitJob_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.RegressionsInBurstV1.StructInitJob)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_SafetyChecks_NativeArrayInt_Ref_Delegate(ref Burst.Compiler.IL.Tests.SafetyChecks.NativeArrayInt arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_SafetyChecks_NativeArrayInt_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_SafetyChecks_NativeArrayInt_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.SafetyChecks.NativeArrayInt)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_CopyJob_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestAlias.CopyJob arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_CopyJob_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_CopyJob_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestAlias.CopyJob)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_CopyWithExplicitNoAlias_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestAlias.CopyWithExplicitNoAlias arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_CopyWithExplicitNoAlias_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_CopyWithExplicitNoAlias_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestAlias.CopyWithExplicitNoAlias)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_DivisionByVariable_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestAlias.DivisionByVariable arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_DivisionByVariable_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_DivisionByVariable_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestAlias.DivisionByVariable)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_Float1Job_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestAlias.Float1Job arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_Float1Job_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_Float1Job_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestAlias.Float1Job)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_Float4Job_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestAlias.Float4Job arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_Float4Job_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_Float4Job_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestAlias.Float4Job)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_InPlaceByteJob_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestAlias.InPlaceByteJob arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_InPlaceByteJob_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_InPlaceByteJob_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestAlias.InPlaceByteJob)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_InPlaceJob_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestAlias.InPlaceJob arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_InPlaceJob_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_InPlaceJob_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestAlias.InPlaceJob)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_SimpleSOA1Job_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestAlias.SimpleSOA1Job arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_SimpleSOA1Job_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_TestAlias_SimpleSOA1Job_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestAlias.SimpleSOA1Job)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_StructWithAction_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestFunctionPointers.StructWithAction arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_StructWithAction_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_TestFunctionPointers_StructWithAction_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestFunctionPointers.StructWithAction)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_TestGenerics_PointerCastStruct_Ref_1_Burst_Compiler_IL_Tests_TestGenerics_PointerCastStruct_Ref_2_Int32_Delegate(ref Burst.Compiler.IL.Tests.TestGenerics.PointerCastStruct arg0, ref Burst.Compiler.IL.Tests.TestGenerics.PointerCastStruct arg1, int arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestGenerics_PointerCastStruct_Ref_1_Burst_Compiler_IL_Tests_TestGenerics_PointerCastStruct_Ref_2_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_TestGenerics_PointerCastStruct_Ref_1_Burst_Compiler_IL_Tests_TestGenerics_PointerCastStruct_Ref_2_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestGenerics.PointerCastStruct)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.TestGenerics.PointerCastStruct)p[1];
|
|
var arg2 = (int)p[2];
|
|
d(ref arg0, ref arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_TestGenerics_PointerCastStruct_Ref_1_Int32_Delegate(ref Burst.Compiler.IL.Tests.TestGenerics.PointerCastStruct arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestGenerics_PointerCastStruct_Ref_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_TestGenerics_PointerCastStruct_Ref_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestGenerics.PointerCastStruct)p[0];
|
|
var arg1 = (int)p[1];
|
|
d(ref arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_TestGenerics_PointerCastStruct_Ref_1_Int32_2_Burst_Compiler_IL_Tests_TestGenerics_PointerCastStruct_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestGenerics.PointerCastStruct arg0, int arg1, ref Burst.Compiler.IL.Tests.TestGenerics.PointerCastStruct arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestGenerics_PointerCastStruct_Ref_1_Int32_2_Burst_Compiler_IL_Tests_TestGenerics_PointerCastStruct_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_TestGenerics_PointerCastStruct_Ref_1_Int32_2_Burst_Compiler_IL_Tests_TestGenerics_PointerCastStruct_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestGenerics.PointerCastStruct)p[0];
|
|
var arg1 = (int)p[1];
|
|
var arg2 = (Burst.Compiler.IL.Tests.TestGenerics.PointerCastStruct)p[2];
|
|
d(ref arg0, arg1, ref arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_TestGenerics_StructWithGenerics_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestGenerics.StructWithGenerics arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestGenerics_StructWithGenerics_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_TestGenerics_StructWithGenerics_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestGenerics.StructWithGenerics)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_TestGenerics_StructWithGenerics2_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestGenerics.StructWithGenerics2 arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestGenerics_StructWithGenerics2_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_TestGenerics_StructWithGenerics2_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestGenerics.StructWithGenerics2)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_TestGenerics_StructWithGenericsAndALongName00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000_Ref_1_Burst_Compiler_IL_Tests_TestGenerics_StructWithGenericsAndALongName00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000_Ref_2_Burst_Compiler_IL_Tests_TestGenerics_StructWithGenericsAndALongName00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestGenerics.StructWithGenericsAndALongName00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 arg0, ref Burst.Compiler.IL.Tests.TestGenerics.StructWithGenericsAndALongName00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 arg1, ref Burst.Compiler.IL.Tests.TestGenerics.StructWithGenericsAndALongName00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestGenerics_StructWithGenericsAndALongName00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000_Ref_1_Burst_Compiler_IL_Tests_TestGenerics_StructWithGenericsAndALongName00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000_Ref_2_Burst_Compiler_IL_Tests_TestGenerics_StructWithGenericsAndALongName00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_TestGenerics_StructWithGenericsAndALongName00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000_Ref_1_Burst_Compiler_IL_Tests_TestGenerics_StructWithGenericsAndALongName00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000_Ref_2_Burst_Compiler_IL_Tests_TestGenerics_StructWithGenericsAndALongName00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestGenerics.StructWithGenericsAndALongName00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.TestGenerics.StructWithGenericsAndALongName00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000)p[1];
|
|
var arg2 = (Burst.Compiler.IL.Tests.TestGenerics.StructWithGenericsAndALongName00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000)p[2];
|
|
d(ref arg0, ref arg1, ref arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStringLogging_MyEnum_Delegate(Burst.Compiler.IL.Tests.TestStringLogging.MyEnum arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStringLogging_MyEnum_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStringLogging_MyEnum_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestStringLogging.MyEnum)p[0];
|
|
d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_AnsiStruct_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestStructs.AnsiStruct arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_AnsiStruct_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_AnsiStruct_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestStructs.AnsiStruct)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_AnsiStructWithMarshalAs_Ref_Delegate(ref Burst.Compiler.IL.Tests.TestStructs.AnsiStructWithMarshalAs arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_AnsiStructWithMarshalAs_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_TestStructs_AnsiStructWithMarshalAs_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestStructs.AnsiStructWithMarshalAs)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_TestTestInfrastructure_SomeStruct_Ptr_Delegate(Burst.Compiler.IL.Tests.TestTestInfrastructure.SomeStruct* arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_TestTestInfrastructure_SomeStruct_Ptr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_TestTestInfrastructure_SomeStruct_Ptr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.TestTestInfrastructure.SomeStruct*)(IntPtr)p[0];
|
|
d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_Types_GenericStructHolder_Ref_Delegate(ref Burst.Compiler.IL.Tests.Types.GenericStructHolder arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_Types_GenericStructHolder_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_Types_GenericStructHolder_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.Types.GenericStructHolder)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_Vectorization_Enumerator2Layers_Ref_1_Single_Delegate(ref Burst.Compiler.IL.Tests.Vectorization.Enumerator2Layers arg0, float arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_Vectorization_Enumerator2Layers_Ref_1_Single_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_Vectorization_Enumerator2Layers_Ref_1_Single_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.Vectorization.Enumerator2Layers)p[0];
|
|
var arg1 = (float)p[1];
|
|
d(ref arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_InMemoryValues_Ref_Delegate(ref Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX.InMemoryValues arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_InMemoryValues_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_InMemoryValues_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX.InMemoryValues)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_V128Pair_Ptr_1_Int32_Delegate(Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX.V128Pair* arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_V128Pair_Ptr_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_V128Pair_Ptr_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX.V128Pair*)(IntPtr)p[0];
|
|
var arg1 = (int)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_InMemoryValues_Ref_Delegate(ref Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX2.InMemoryValues arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_InMemoryValues_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_InMemoryValues_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX2.InMemoryValues)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_InMemoryValues_Ref_Delegate(ref Burst.Compiler.IL.Tests.X86.TestInstrinsicsX86.InMemoryValues arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_InMemoryValues_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_InMemoryValues_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.X86.TestInstrinsicsX86.InMemoryValues)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_InMemoryValues_Ref_1_Int32_Delegate(ref Burst.Compiler.IL.Tests.X86.TestInstrinsicsX86.InMemoryValues arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_InMemoryValues_Ref_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_InMemoryValues_Ref_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.X86.TestInstrinsicsX86.InMemoryValues)p[0];
|
|
var arg1 = (int)p[1];
|
|
d(ref arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_TransposeResult_Ptr_1_Single_2_Single_3_Single_4_Single_Delegate(Burst.Compiler.IL.Tests.X86.TestInstrinsicsX86.TransposeResult* arg0, float arg1, float arg2, float arg3, float arg4);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_TransposeResult_Ptr_1_Single_2_Single_3_Single_4_Single_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_TransposeResult_Ptr_1_Single_2_Single_3_Single_4_Single_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Burst.Compiler.IL.Tests.X86.TestInstrinsicsX86.TransposeResult*)(IntPtr)p[0];
|
|
var arg1 = (float)p[1];
|
|
var arg2 = (float)p[2];
|
|
var arg3 = (float)p[3];
|
|
var arg4 = (float)p[4];
|
|
d(arg0, arg1, arg2, arg3, arg4);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_f16_Ptr_Delegate(Unity.Burst.Intrinsics.f16* arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_f16_Ptr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_f16_Ptr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.f16*)(IntPtr)p[0];
|
|
d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_f16_Ptr_1_Single_Delegate(Unity.Burst.Intrinsics.f16* arg0, float arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_f16_Ptr_1_Single_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_f16_Ptr_1_Single_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.f16*)(IntPtr)p[0];
|
|
var arg1 = (float)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_f16_Ptr_1_Int32_Delegate(Unity.Burst.Intrinsics.f16* arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_f16_Ptr_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_f16_Ptr_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.f16*)(IntPtr)p[0];
|
|
var arg1 = (int)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_Delegate(Unity.Burst.Intrinsics.v128* arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v128*)(IntPtr)p[0];
|
|
d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_InMemoryValues_Ref_2_Int32_Delegate(Unity.Burst.Intrinsics.v128* arg0, ref Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX.InMemoryValues arg1, int arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_InMemoryValues_Ref_2_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_InMemoryValues_Ref_2_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v128*)(IntPtr)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX.InMemoryValues)p[1];
|
|
var arg2 = (int)p[2];
|
|
d(arg0, ref arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_GatherScatterInts_Ref_2_Int32_Delegate(Unity.Burst.Intrinsics.v128* arg0, ref Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX2.GatherScatterInts arg1, int arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_GatherScatterInts_Ref_2_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_GatherScatterInts_Ref_2_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v128*)(IntPtr)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX2.GatherScatterInts)p[1];
|
|
var arg2 = (int)p[2];
|
|
d(arg0, ref arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_GatherScatterInts_Ref_2_Int32_3_Int32_Delegate(Unity.Burst.Intrinsics.v128* arg0, ref Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX2.GatherScatterInts arg1, int arg2, int arg3);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_GatherScatterInts_Ref_2_Int32_3_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_GatherScatterInts_Ref_2_Int32_3_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v128*)(IntPtr)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX2.GatherScatterInts)p[1];
|
|
var arg2 = (int)p[2];
|
|
var arg3 = (int)p[3];
|
|
d(arg0, ref arg1, arg2, arg3);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_InMemoryValues_Ref_2_Int32_Delegate(Unity.Burst.Intrinsics.v128* arg0, ref Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX2.InMemoryValues arg1, int arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_InMemoryValues_Ref_2_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_InMemoryValues_Ref_2_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v128*)(IntPtr)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX2.InMemoryValues)p[1];
|
|
var arg2 = (int)p[2];
|
|
d(arg0, ref arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_InMemoryValues_Ref_2_Int32_Delegate(Unity.Burst.Intrinsics.v128* arg0, ref Burst.Compiler.IL.Tests.X86.TestInstrinsicsX86.InMemoryValues arg1, int arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_InMemoryValues_Ref_2_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_InMemoryValues_Ref_2_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v128*)(IntPtr)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.X86.TestInstrinsicsX86.InMemoryValues)p[1];
|
|
var arg2 = (int)p[2];
|
|
d(arg0, ref arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_StructWithV128_Ref_Delegate(Unity.Burst.Intrinsics.v128* arg0, ref Burst.Compiler.IL.Tests.X86.TestInstrinsicsX86.StructWithV128 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_StructWithV128_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_StructWithV128_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v128*)(IntPtr)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.X86.TestInstrinsicsX86.StructWithV128)p[1];
|
|
d(arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_StructWithVector_Ref_Delegate(Unity.Burst.Intrinsics.v128* arg0, ref Burst.Compiler.IL.Tests.X86.TestInstrinsicsX86.StructWithVector arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_StructWithVector_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_StructWithVector_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v128*)(IntPtr)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.X86.TestInstrinsicsX86.StructWithVector)p[1];
|
|
d(arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_StructWithVector_Ref_2_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_StructWithVector_Ref_Delegate(Unity.Burst.Intrinsics.v128* arg0, ref Burst.Compiler.IL.Tests.X86.TestInstrinsicsX86.StructWithVector arg1, ref Burst.Compiler.IL.Tests.X86.TestInstrinsicsX86.StructWithVector arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_StructWithVector_Ref_2_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_StructWithVector_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_StructWithVector_Ref_2_Burst_Compiler_IL_Tests_X86_TestInstrinsicsX86_StructWithVector_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v128*)(IntPtr)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.X86.TestInstrinsicsX86.StructWithVector)p[1];
|
|
var arg2 = (Burst.Compiler.IL.Tests.X86.TestInstrinsicsX86.StructWithVector)p[2];
|
|
d(arg0, ref arg1, ref arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Double_Delegate(Unity.Burst.Intrinsics.v128* arg0, double arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Double_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Double_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v128*)(IntPtr)p[0];
|
|
var arg1 = (double)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Double_2_Unity_Burst_Intrinsics_X86_MXCSRBits_Delegate(Unity.Burst.Intrinsics.v128* arg0, double arg1, Unity.Burst.Intrinsics.X86.MXCSRBits arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Double_2_Unity_Burst_Intrinsics_X86_MXCSRBits_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Double_2_Unity_Burst_Intrinsics_X86_MXCSRBits_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v128*)(IntPtr)p[0];
|
|
var arg1 = (double)p[1];
|
|
var arg2 = (Unity.Burst.Intrinsics.X86.MXCSRBits)p[2];
|
|
d(arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Double_2_Double_Delegate(Unity.Burst.Intrinsics.v128* arg0, double arg1, double arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Double_2_Double_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Double_2_Double_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v128*)(IntPtr)p[0];
|
|
var arg1 = (double)p[1];
|
|
var arg2 = (double)p[2];
|
|
d(arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Double_2_Int32_Delegate(Unity.Burst.Intrinsics.v128* arg0, double arg1, int arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Double_2_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Double_2_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v128*)(IntPtr)p[0];
|
|
var arg1 = (double)p[1];
|
|
var arg2 = (int)p[2];
|
|
d(arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Single_Delegate(Unity.Burst.Intrinsics.v128* arg0, float arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Single_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Single_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v128*)(IntPtr)p[0];
|
|
var arg1 = (float)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Single_2_Single_Delegate(Unity.Burst.Intrinsics.v128* arg0, float arg1, float arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Single_2_Single_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Single_2_Single_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v128*)(IntPtr)p[0];
|
|
var arg1 = (float)p[1];
|
|
var arg2 = (float)p[2];
|
|
d(arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Single_2_Single_3_Single_4_Single_Delegate(Unity.Burst.Intrinsics.v128* arg0, float arg1, float arg2, float arg3, float arg4);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Single_2_Single_3_Single_4_Single_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Single_2_Single_3_Single_4_Single_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v128*)(IntPtr)p[0];
|
|
var arg1 = (float)p[1];
|
|
var arg2 = (float)p[2];
|
|
var arg3 = (float)p[3];
|
|
var arg4 = (float)p[4];
|
|
d(arg0, arg1, arg2, arg3, arg4);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Single_2_Int32_Delegate(Unity.Burst.Intrinsics.v128* arg0, float arg1, int arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Single_2_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Single_2_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v128*)(IntPtr)p[0];
|
|
var arg1 = (float)p[1];
|
|
var arg2 = (int)p[2];
|
|
d(arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int32_Delegate(Unity.Burst.Intrinsics.v128* arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v128*)(IntPtr)p[0];
|
|
var arg1 = (int)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int32_2_Unity_Burst_Intrinsics_X86_MXCSRBits_Delegate(Unity.Burst.Intrinsics.v128* arg0, int arg1, Unity.Burst.Intrinsics.X86.MXCSRBits arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int32_2_Unity_Burst_Intrinsics_X86_MXCSRBits_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int32_2_Unity_Burst_Intrinsics_X86_MXCSRBits_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v128*)(IntPtr)p[0];
|
|
var arg1 = (int)p[1];
|
|
var arg2 = (Unity.Burst.Intrinsics.X86.MXCSRBits)p[2];
|
|
d(arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int32_2_Int32_Delegate(Unity.Burst.Intrinsics.v128* arg0, int arg1, int arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int32_2_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int32_2_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v128*)(IntPtr)p[0];
|
|
var arg1 = (int)p[1];
|
|
var arg2 = (int)p[2];
|
|
d(arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int32_2_Int32_3_Int32_4_Int32_Delegate(Unity.Burst.Intrinsics.v128* arg0, int arg1, int arg2, int arg3, int arg4);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int32_2_Int32_3_Int32_4_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int32_2_Int32_3_Int32_4_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v128*)(IntPtr)p[0];
|
|
var arg1 = (int)p[1];
|
|
var arg2 = (int)p[2];
|
|
var arg3 = (int)p[3];
|
|
var arg4 = (int)p[4];
|
|
d(arg0, arg1, arg2, arg3, arg4);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int32_2_Int32_3_Int32_4_Int32_5_Int32_6_Int32_Delegate(Unity.Burst.Intrinsics.v128* arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int32_2_Int32_3_Int32_4_Int32_5_Int32_6_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int32_2_Int32_3_Int32_4_Int32_5_Int32_6_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v128*)(IntPtr)p[0];
|
|
var arg1 = (int)p[1];
|
|
var arg2 = (int)p[2];
|
|
var arg3 = (int)p[3];
|
|
var arg4 = (int)p[4];
|
|
var arg5 = (int)p[5];
|
|
var arg6 = (int)p[6];
|
|
d(arg0, arg1, arg2, arg3, arg4, arg5, arg6);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int32_2_UInt32_3_Unity_Burst_Intrinsics_X86_MXCSRBits_Delegate(Unity.Burst.Intrinsics.v128* arg0, int arg1, uint arg2, Unity.Burst.Intrinsics.X86.MXCSRBits arg3);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int32_2_UInt32_3_Unity_Burst_Intrinsics_X86_MXCSRBits_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int32_2_UInt32_3_Unity_Burst_Intrinsics_X86_MXCSRBits_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v128*)(IntPtr)p[0];
|
|
var arg1 = (int)p[1];
|
|
var arg2 = (uint)p[2];
|
|
var arg3 = (Unity.Burst.Intrinsics.X86.MXCSRBits)p[3];
|
|
d(arg0, arg1, arg2, arg3);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int64_Delegate(Unity.Burst.Intrinsics.v128* arg0, long arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int64_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int64_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v128*)(IntPtr)p[0];
|
|
var arg1 = (long)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int64_2_UInt64_3_Unity_Burst_Intrinsics_X86_MXCSRBits_Delegate(Unity.Burst.Intrinsics.v128* arg0, long arg1, ulong arg2, Unity.Burst.Intrinsics.X86.MXCSRBits arg3);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int64_2_UInt64_3_Unity_Burst_Intrinsics_X86_MXCSRBits_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_Int64_2_UInt64_3_Unity_Burst_Intrinsics_X86_MXCSRBits_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v128*)(IntPtr)p[0];
|
|
var arg1 = (long)p[1];
|
|
var arg2 = (ulong)p[2];
|
|
var arg3 = (Unity.Burst.Intrinsics.X86.MXCSRBits)p[3];
|
|
d(arg0, arg1, arg2, arg3);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_SByte_2_SByte_3_SByte_4_SByte_Delegate(Unity.Burst.Intrinsics.v128* arg0, sbyte arg1, sbyte arg2, sbyte arg3, sbyte arg4);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_SByte_2_SByte_3_SByte_4_SByte_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_SByte_2_SByte_3_SByte_4_SByte_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v128*)(IntPtr)p[0];
|
|
var arg1 = (sbyte)p[1];
|
|
var arg2 = (sbyte)p[2];
|
|
var arg3 = (sbyte)p[3];
|
|
var arg4 = (sbyte)p[4];
|
|
d(arg0, arg1, arg2, arg3, arg4);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_UInt32_Delegate(Unity.Burst.Intrinsics.v128* arg0, uint arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_UInt32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_UInt32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v128*)(IntPtr)p[0];
|
|
var arg1 = (uint)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_UInt32_2_UInt32_Delegate(Unity.Burst.Intrinsics.v128* arg0, uint arg1, uint arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_UInt32_2_UInt32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_UInt32_2_UInt32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v128*)(IntPtr)p[0];
|
|
var arg1 = (uint)p[1];
|
|
var arg2 = (uint)p[2];
|
|
d(arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_UInt32_2_UInt32_3_Unity_Burst_Intrinsics_X86_MXCSRBits_Delegate(Unity.Burst.Intrinsics.v128* arg0, uint arg1, uint arg2, Unity.Burst.Intrinsics.X86.MXCSRBits arg3);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_UInt32_2_UInt32_3_Unity_Burst_Intrinsics_X86_MXCSRBits_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_UInt32_2_UInt32_3_Unity_Burst_Intrinsics_X86_MXCSRBits_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v128*)(IntPtr)p[0];
|
|
var arg1 = (uint)p[1];
|
|
var arg2 = (uint)p[2];
|
|
var arg3 = (Unity.Burst.Intrinsics.X86.MXCSRBits)p[3];
|
|
d(arg0, arg1, arg2, arg3);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_UInt32_2_UInt32_3_UInt32_4_Unity_Burst_Intrinsics_X86_MXCSRBits_Delegate(Unity.Burst.Intrinsics.v128* arg0, uint arg1, uint arg2, uint arg3, Unity.Burst.Intrinsics.X86.MXCSRBits arg4);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_UInt32_2_UInt32_3_UInt32_4_Unity_Burst_Intrinsics_X86_MXCSRBits_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_UInt32_2_UInt32_3_UInt32_4_Unity_Burst_Intrinsics_X86_MXCSRBits_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v128*)(IntPtr)p[0];
|
|
var arg1 = (uint)p[1];
|
|
var arg2 = (uint)p[2];
|
|
var arg3 = (uint)p[3];
|
|
var arg4 = (Unity.Burst.Intrinsics.X86.MXCSRBits)p[4];
|
|
d(arg0, arg1, arg2, arg3, arg4);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_UInt16_Delegate(Unity.Burst.Intrinsics.v128* arg0, ushort arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_UInt16_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v128_Ptr_1_UInt16_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v128*)(IntPtr)p[0];
|
|
var arg1 = (ushort)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v128x2_Ptr_Delegate(Unity.Burst.Intrinsics.v128x2* arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128x2_Ptr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v128x2_Ptr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v128x2*)(IntPtr)p[0];
|
|
d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v128x3_Ptr_Delegate(Unity.Burst.Intrinsics.v128x3* arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128x3_Ptr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v128x3_Ptr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v128x3*)(IntPtr)p[0];
|
|
d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v128x4_Ptr_Delegate(Unity.Burst.Intrinsics.v128x4* arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v128x4_Ptr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v128x4_Ptr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v128x4*)(IntPtr)p[0];
|
|
d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_Delegate(Unity.Burst.Intrinsics.v256* arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v256*)(IntPtr)p[0];
|
|
d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_InMemoryValues_Ref_Delegate(Unity.Burst.Intrinsics.v256* arg0, ref Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX.InMemoryValues arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_InMemoryValues_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_InMemoryValues_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v256*)(IntPtr)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX.InMemoryValues)p[1];
|
|
d(arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_InMemoryValues_Ref_2_Int32_Delegate(Unity.Burst.Intrinsics.v256* arg0, ref Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX.InMemoryValues arg1, int arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_InMemoryValues_Ref_2_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX_InMemoryValues_Ref_2_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v256*)(IntPtr)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX.InMemoryValues)p[1];
|
|
var arg2 = (int)p[2];
|
|
d(arg0, ref arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_ArrayOfFrustumPlanesV256_Ref_Delegate(Unity.Burst.Intrinsics.v256* arg0, ref Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX2.ArrayOfFrustumPlanesV256 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_ArrayOfFrustumPlanesV256_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_ArrayOfFrustumPlanesV256_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v256*)(IntPtr)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX2.ArrayOfFrustumPlanesV256)p[1];
|
|
d(arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_GatherScatterInts_Ref_2_Int32_Delegate(Unity.Burst.Intrinsics.v256* arg0, ref Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX2.GatherScatterInts arg1, int arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_GatherScatterInts_Ref_2_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_GatherScatterInts_Ref_2_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v256*)(IntPtr)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX2.GatherScatterInts)p[1];
|
|
var arg2 = (int)p[2];
|
|
d(arg0, ref arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_GatherScatterInts_Ref_2_Int32_3_Int32_Delegate(Unity.Burst.Intrinsics.v256* arg0, ref Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX2.GatherScatterInts arg1, int arg2, int arg3);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_GatherScatterInts_Ref_2_Int32_3_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_GatherScatterInts_Ref_2_Int32_3_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v256*)(IntPtr)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX2.GatherScatterInts)p[1];
|
|
var arg2 = (int)p[2];
|
|
var arg3 = (int)p[3];
|
|
d(arg0, ref arg1, arg2, arg3);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_InMemoryValues_Ref_Delegate(Unity.Burst.Intrinsics.v256* arg0, ref Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX2.InMemoryValues arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_InMemoryValues_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_InMemoryValues_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v256*)(IntPtr)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX2.InMemoryValues)p[1];
|
|
d(arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_InMemoryValues_Ref_2_Int32_Delegate(Unity.Burst.Intrinsics.v256* arg0, ref Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX2.InMemoryValues arg1, int arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_InMemoryValues_Ref_2_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Burst_Compiler_IL_Tests_X86_TestInstrinsicsAVX2_InMemoryValues_Ref_2_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v256*)(IntPtr)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.X86.TestInstrinsicsAVX2.InMemoryValues)p[1];
|
|
var arg2 = (int)p[2];
|
|
d(arg0, ref arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Unity_Burst_Intrinsics_v256_Ref_Delegate(Unity.Burst.Intrinsics.v256* arg0, ref Unity.Burst.Intrinsics.v256 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Unity_Burst_Intrinsics_v256_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Unity_Burst_Intrinsics_v256_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v256*)(IntPtr)p[0];
|
|
var arg1 = (Unity.Burst.Intrinsics.v256)p[1];
|
|
d(arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Double_Delegate(Unity.Burst.Intrinsics.v256* arg0, double arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Double_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Double_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v256*)(IntPtr)p[0];
|
|
var arg1 = (double)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Single_Delegate(Unity.Burst.Intrinsics.v256* arg0, float arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Single_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Single_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v256*)(IntPtr)p[0];
|
|
var arg1 = (float)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Int32_Delegate(Unity.Burst.Intrinsics.v256* arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v256*)(IntPtr)p[0];
|
|
var arg1 = (int)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Int32_2_Int32_Delegate(Unity.Burst.Intrinsics.v256* arg0, int arg1, int arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Int32_2_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Int32_2_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v256*)(IntPtr)p[0];
|
|
var arg1 = (int)p[1];
|
|
var arg2 = (int)p[2];
|
|
d(arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Int32_2_Int32_3_Int32_Delegate(Unity.Burst.Intrinsics.v256* arg0, int arg1, int arg2, int arg3);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Int32_2_Int32_3_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Int32_2_Int32_3_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v256*)(IntPtr)p[0];
|
|
var arg1 = (int)p[1];
|
|
var arg2 = (int)p[2];
|
|
var arg3 = (int)p[3];
|
|
d(arg0, arg1, arg2, arg3);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Int32_2_Int64_Delegate(Unity.Burst.Intrinsics.v256* arg0, int arg1, long arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Int32_2_Int64_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_Int32_2_Int64_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v256*)(IntPtr)p[0];
|
|
var arg1 = (int)p[1];
|
|
var arg2 = (long)p[2];
|
|
d(arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_SByte_2_SByte_3_SByte_4_SByte_Delegate(Unity.Burst.Intrinsics.v256* arg0, sbyte arg1, sbyte arg2, sbyte arg3, sbyte arg4);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_SByte_2_SByte_3_SByte_4_SByte_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_SByte_2_SByte_3_SByte_4_SByte_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v256*)(IntPtr)p[0];
|
|
var arg1 = (sbyte)p[1];
|
|
var arg2 = (sbyte)p[2];
|
|
var arg3 = (sbyte)p[3];
|
|
var arg4 = (sbyte)p[4];
|
|
d(arg0, arg1, arg2, arg3, arg4);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_UInt32_Delegate(Unity.Burst.Intrinsics.v256* arg0, uint arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_UInt32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_UInt32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v256*)(IntPtr)p[0];
|
|
var arg1 = (uint)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_UInt32_2_UInt32_3_UInt32_4_UInt32_Delegate(Unity.Burst.Intrinsics.v256* arg0, uint arg1, uint arg2, uint arg3, uint arg4);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_UInt32_2_UInt32_3_UInt32_4_UInt32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_UInt32_2_UInt32_3_UInt32_4_UInt32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v256*)(IntPtr)p[0];
|
|
var arg1 = (uint)p[1];
|
|
var arg2 = (uint)p[2];
|
|
var arg3 = (uint)p[3];
|
|
var arg4 = (uint)p[4];
|
|
d(arg0, arg1, arg2, arg3, arg4);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_UInt64_Delegate(Unity.Burst.Intrinsics.v256* arg0, ulong arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_UInt64_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_UInt64_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v256*)(IntPtr)p[0];
|
|
var arg1 = (ulong)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_UInt16_2_UInt16_3_UInt16_4_UInt16_Delegate(Unity.Burst.Intrinsics.v256* arg0, ushort arg1, ushort arg2, ushort arg3, ushort arg4);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_UInt16_2_UInt16_3_UInt16_4_UInt16_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v256_Ptr_1_UInt16_2_UInt16_3_UInt16_4_UInt16_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v256*)(IntPtr)p[0];
|
|
var arg1 = (ushort)p[1];
|
|
var arg2 = (ushort)p[2];
|
|
var arg3 = (ushort)p[3];
|
|
var arg4 = (ushort)p[4];
|
|
d(arg0, arg1, arg2, arg3, arg4);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v64_Ptr_1_Int32_Delegate(Unity.Burst.Intrinsics.v64* arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v64_Ptr_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v64_Ptr_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v64*)(IntPtr)p[0];
|
|
var arg1 = (int)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v64_Ptr_1_Int32_2_Single_Delegate(Unity.Burst.Intrinsics.v64* arg0, int arg1, float arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v64_Ptr_1_Int32_2_Single_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v64_Ptr_1_Int32_2_Single_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v64*)(IntPtr)p[0];
|
|
var arg1 = (int)p[1];
|
|
var arg2 = (float)p[2];
|
|
d(arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v64x2_Ptr_Delegate(Unity.Burst.Intrinsics.v64x2* arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v64x2_Ptr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v64x2_Ptr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v64x2*)(IntPtr)p[0];
|
|
d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v64x3_Ptr_Delegate(Unity.Burst.Intrinsics.v64x3* arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v64x3_Ptr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v64x3_Ptr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v64x3*)(IntPtr)p[0];
|
|
d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Burst_Intrinsics_v64x4_Ptr_Delegate(Unity.Burst.Intrinsics.v64x4* arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Burst_Intrinsics_v64x4_Ptr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Burst_Intrinsics_v64x4_Ptr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Burst.Intrinsics.v64x4*)(IntPtr)p[0];
|
|
d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_double2_Ptr_Delegate(Unity.Mathematics.double2* arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_double2_Ptr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_double2_Ptr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.double2*)(IntPtr)p[0];
|
|
d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_double2_Ptr_1_Unity_Mathematics_double2_Ref_Delegate(Unity.Mathematics.double2* arg0, ref Unity.Mathematics.double2 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_double2_Ptr_1_Unity_Mathematics_double2_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_double2_Ptr_1_Unity_Mathematics_double2_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.double2*)(IntPtr)p[0];
|
|
var arg1 = (Unity.Mathematics.double2)p[1];
|
|
d(arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_double2_Ptr_1_Unity_Mathematics_double2_Ref_2_Unity_Mathematics_double2_Ref_Delegate(Unity.Mathematics.double2* arg0, ref Unity.Mathematics.double2 arg1, ref Unity.Mathematics.double2 arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_double2_Ptr_1_Unity_Mathematics_double2_Ref_2_Unity_Mathematics_double2_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_double2_Ptr_1_Unity_Mathematics_double2_Ref_2_Unity_Mathematics_double2_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.double2*)(IntPtr)p[0];
|
|
var arg1 = (Unity.Mathematics.double2)p[1];
|
|
var arg2 = (Unity.Mathematics.double2)p[2];
|
|
d(arg0, ref arg1, ref arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_double2_Ptr_1_Unity_Mathematics_half2_Ref_Delegate(Unity.Mathematics.double2* arg0, ref Unity.Mathematics.half2 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_double2_Ptr_1_Unity_Mathematics_half2_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_double2_Ptr_1_Unity_Mathematics_half2_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.double2*)(IntPtr)p[0];
|
|
var arg1 = (Unity.Mathematics.half2)p[1];
|
|
d(arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_double2_Ptr_1_Int32_Delegate(Unity.Mathematics.double2* arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_double2_Ptr_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_double2_Ptr_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.double2*)(IntPtr)p[0];
|
|
var arg1 = (int)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_double2x2_Ptr_Delegate(Unity.Mathematics.double2x2* arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_double2x2_Ptr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_double2x2_Ptr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.double2x2*)(IntPtr)p[0];
|
|
d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_double3_Ptr_Delegate(Unity.Mathematics.double3* arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_double3_Ptr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_double3_Ptr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.double3*)(IntPtr)p[0];
|
|
d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_double3_Ptr_1_Unity_Mathematics_double3_Ref_Delegate(Unity.Mathematics.double3* arg0, ref Unity.Mathematics.double3 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_double3_Ptr_1_Unity_Mathematics_double3_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_double3_Ptr_1_Unity_Mathematics_double3_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.double3*)(IntPtr)p[0];
|
|
var arg1 = (Unity.Mathematics.double3)p[1];
|
|
d(arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_double3_Ptr_1_Unity_Mathematics_double3_Ref_2_Unity_Mathematics_double3_Ref_Delegate(Unity.Mathematics.double3* arg0, ref Unity.Mathematics.double3 arg1, ref Unity.Mathematics.double3 arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_double3_Ptr_1_Unity_Mathematics_double3_Ref_2_Unity_Mathematics_double3_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_double3_Ptr_1_Unity_Mathematics_double3_Ref_2_Unity_Mathematics_double3_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.double3*)(IntPtr)p[0];
|
|
var arg1 = (Unity.Mathematics.double3)p[1];
|
|
var arg2 = (Unity.Mathematics.double3)p[2];
|
|
d(arg0, ref arg1, ref arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_double3_Ptr_1_Unity_Mathematics_half3_Ref_Delegate(Unity.Mathematics.double3* arg0, ref Unity.Mathematics.half3 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_double3_Ptr_1_Unity_Mathematics_half3_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_double3_Ptr_1_Unity_Mathematics_half3_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.double3*)(IntPtr)p[0];
|
|
var arg1 = (Unity.Mathematics.half3)p[1];
|
|
d(arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_double4_Ptr_Delegate(Unity.Mathematics.double4* arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_double4_Ptr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_double4_Ptr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.double4*)(IntPtr)p[0];
|
|
d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_double4_Ptr_1_Burst_Compiler_IL_Tests_VectorsMaths_DoublePointer_Ref_Delegate(Unity.Mathematics.double4* arg0, ref Burst.Compiler.IL.Tests.VectorsMaths.DoublePointer arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_double4_Ptr_1_Burst_Compiler_IL_Tests_VectorsMaths_DoublePointer_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_double4_Ptr_1_Burst_Compiler_IL_Tests_VectorsMaths_DoublePointer_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.double4*)(IntPtr)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.VectorsMaths.DoublePointer)p[1];
|
|
d(arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_double4_Ptr_1_Burst_Compiler_IL_Tests_VectorsMaths_DoublePointer_Ref_2_Burst_Compiler_IL_Tests_VectorsMaths_DoublePointer_Ref_Delegate(Unity.Mathematics.double4* arg0, ref Burst.Compiler.IL.Tests.VectorsMaths.DoublePointer arg1, ref Burst.Compiler.IL.Tests.VectorsMaths.DoublePointer arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_double4_Ptr_1_Burst_Compiler_IL_Tests_VectorsMaths_DoublePointer_Ref_2_Burst_Compiler_IL_Tests_VectorsMaths_DoublePointer_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_double4_Ptr_1_Burst_Compiler_IL_Tests_VectorsMaths_DoublePointer_Ref_2_Burst_Compiler_IL_Tests_VectorsMaths_DoublePointer_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.double4*)(IntPtr)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.VectorsMaths.DoublePointer)p[1];
|
|
var arg2 = (Burst.Compiler.IL.Tests.VectorsMaths.DoublePointer)p[2];
|
|
d(arg0, ref arg1, ref arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_double4_Ptr_1_Unity_Mathematics_double4_Ref_Delegate(Unity.Mathematics.double4* arg0, ref Unity.Mathematics.double4 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_double4_Ptr_1_Unity_Mathematics_double4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_double4_Ptr_1_Unity_Mathematics_double4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.double4*)(IntPtr)p[0];
|
|
var arg1 = (Unity.Mathematics.double4)p[1];
|
|
d(arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_double4_Ptr_1_Unity_Mathematics_double4_Ref_2_Unity_Mathematics_double4_Ref_Delegate(Unity.Mathematics.double4* arg0, ref Unity.Mathematics.double4 arg1, ref Unity.Mathematics.double4 arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_double4_Ptr_1_Unity_Mathematics_double4_Ref_2_Unity_Mathematics_double4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_double4_Ptr_1_Unity_Mathematics_double4_Ref_2_Unity_Mathematics_double4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.double4*)(IntPtr)p[0];
|
|
var arg1 = (Unity.Mathematics.double4)p[1];
|
|
var arg2 = (Unity.Mathematics.double4)p[2];
|
|
d(arg0, ref arg1, ref arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_double4_Ptr_1_Unity_Mathematics_half4_Ref_Delegate(Unity.Mathematics.double4* arg0, ref Unity.Mathematics.half4 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_double4_Ptr_1_Unity_Mathematics_half4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_double4_Ptr_1_Unity_Mathematics_half4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.double4*)(IntPtr)p[0];
|
|
var arg1 = (Unity.Mathematics.half4)p[1];
|
|
d(arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_double4_Ptr_1_Int32_Delegate(Unity.Mathematics.double4* arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_double4_Ptr_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_double4_Ptr_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.double4*)(IntPtr)p[0];
|
|
var arg1 = (int)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_float2_Ptr_Delegate(Unity.Mathematics.float2* arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_float2_Ptr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_float2_Ptr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float2*)(IntPtr)p[0];
|
|
d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_float2_Ptr_1_Unity_Mathematics_float2_Ref_Delegate(Unity.Mathematics.float2* arg0, ref Unity.Mathematics.float2 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_float2_Ptr_1_Unity_Mathematics_float2_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_float2_Ptr_1_Unity_Mathematics_float2_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float2*)(IntPtr)p[0];
|
|
var arg1 = (Unity.Mathematics.float2)p[1];
|
|
d(arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_float2_Ptr_1_Unity_Mathematics_float2_Ref_2_Unity_Mathematics_float2_Ref_Delegate(Unity.Mathematics.float2* arg0, ref Unity.Mathematics.float2 arg1, ref Unity.Mathematics.float2 arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_float2_Ptr_1_Unity_Mathematics_float2_Ref_2_Unity_Mathematics_float2_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_float2_Ptr_1_Unity_Mathematics_float2_Ref_2_Unity_Mathematics_float2_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float2*)(IntPtr)p[0];
|
|
var arg1 = (Unity.Mathematics.float2)p[1];
|
|
var arg2 = (Unity.Mathematics.float2)p[2];
|
|
d(arg0, ref arg1, ref arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_float2_Ptr_1_Unity_Mathematics_float2_Ref_2_Unity_Mathematics_float2_Ref_3_Unity_Mathematics_math_ShuffleComponent_Delegate(Unity.Mathematics.float2* arg0, ref Unity.Mathematics.float2 arg1, ref Unity.Mathematics.float2 arg2, Unity.Mathematics.math.ShuffleComponent arg3);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_float2_Ptr_1_Unity_Mathematics_float2_Ref_2_Unity_Mathematics_float2_Ref_3_Unity_Mathematics_math_ShuffleComponent_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_float2_Ptr_1_Unity_Mathematics_float2_Ref_2_Unity_Mathematics_float2_Ref_3_Unity_Mathematics_math_ShuffleComponent_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float2*)(IntPtr)p[0];
|
|
var arg1 = (Unity.Mathematics.float2)p[1];
|
|
var arg2 = (Unity.Mathematics.float2)p[2];
|
|
var arg3 = (Unity.Mathematics.math.ShuffleComponent)p[3];
|
|
d(arg0, ref arg1, ref arg2, arg3);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_float2_Ptr_1_Unity_Mathematics_half2_Ref_Delegate(Unity.Mathematics.float2* arg0, ref Unity.Mathematics.half2 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_float2_Ptr_1_Unity_Mathematics_half2_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_float2_Ptr_1_Unity_Mathematics_half2_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float2*)(IntPtr)p[0];
|
|
var arg1 = (Unity.Mathematics.half2)p[1];
|
|
d(arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_float3_Ptr_Delegate(Unity.Mathematics.float3* arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_float3_Ptr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_float3_Ptr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float3*)(IntPtr)p[0];
|
|
d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_float3_Ptr_1_Unity_Mathematics_float2_Ref_2_Unity_Mathematics_float2_Ref_3_Unity_Mathematics_math_ShuffleComponent_Delegate(Unity.Mathematics.float3* arg0, ref Unity.Mathematics.float2 arg1, ref Unity.Mathematics.float2 arg2, Unity.Mathematics.math.ShuffleComponent arg3);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_float3_Ptr_1_Unity_Mathematics_float2_Ref_2_Unity_Mathematics_float2_Ref_3_Unity_Mathematics_math_ShuffleComponent_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_float3_Ptr_1_Unity_Mathematics_float2_Ref_2_Unity_Mathematics_float2_Ref_3_Unity_Mathematics_math_ShuffleComponent_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float3*)(IntPtr)p[0];
|
|
var arg1 = (Unity.Mathematics.float2)p[1];
|
|
var arg2 = (Unity.Mathematics.float2)p[2];
|
|
var arg3 = (Unity.Mathematics.math.ShuffleComponent)p[3];
|
|
d(arg0, ref arg1, ref arg2, arg3);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_float3_Ptr_1_Unity_Mathematics_float3_Ref_Delegate(Unity.Mathematics.float3* arg0, ref Unity.Mathematics.float3 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_float3_Ptr_1_Unity_Mathematics_float3_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_float3_Ptr_1_Unity_Mathematics_float3_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float3*)(IntPtr)p[0];
|
|
var arg1 = (Unity.Mathematics.float3)p[1];
|
|
d(arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_float3_Ptr_1_Unity_Mathematics_float3_Ref_2_Unity_Mathematics_float3_Ref_Delegate(Unity.Mathematics.float3* arg0, ref Unity.Mathematics.float3 arg1, ref Unity.Mathematics.float3 arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_float3_Ptr_1_Unity_Mathematics_float3_Ref_2_Unity_Mathematics_float3_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_float3_Ptr_1_Unity_Mathematics_float3_Ref_2_Unity_Mathematics_float3_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float3*)(IntPtr)p[0];
|
|
var arg1 = (Unity.Mathematics.float3)p[1];
|
|
var arg2 = (Unity.Mathematics.float3)p[2];
|
|
d(arg0, ref arg1, ref arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_float3_Ptr_1_Unity_Mathematics_half3_Ref_Delegate(Unity.Mathematics.float3* arg0, ref Unity.Mathematics.half3 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_float3_Ptr_1_Unity_Mathematics_half3_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_float3_Ptr_1_Unity_Mathematics_half3_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float3*)(IntPtr)p[0];
|
|
var arg1 = (Unity.Mathematics.half3)p[1];
|
|
d(arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_float4_Ptr_Delegate(Unity.Mathematics.float4* arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_float4_Ptr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_float4_Ptr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float4*)(IntPtr)p[0];
|
|
d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_Burst_Compiler_IL_Tests_VectorsMaths_FloatPointer_Ref_Delegate(Unity.Mathematics.float4* arg0, ref Burst.Compiler.IL.Tests.VectorsMaths.FloatPointer arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_Burst_Compiler_IL_Tests_VectorsMaths_FloatPointer_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_Burst_Compiler_IL_Tests_VectorsMaths_FloatPointer_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float4*)(IntPtr)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.VectorsMaths.FloatPointer)p[1];
|
|
d(arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_Burst_Compiler_IL_Tests_VectorsMaths_FloatPointer_Ref_2_Burst_Compiler_IL_Tests_VectorsMaths_FloatPointer_Ref_Delegate(Unity.Mathematics.float4* arg0, ref Burst.Compiler.IL.Tests.VectorsMaths.FloatPointer arg1, ref Burst.Compiler.IL.Tests.VectorsMaths.FloatPointer arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_Burst_Compiler_IL_Tests_VectorsMaths_FloatPointer_Ref_2_Burst_Compiler_IL_Tests_VectorsMaths_FloatPointer_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_Burst_Compiler_IL_Tests_VectorsMaths_FloatPointer_Ref_2_Burst_Compiler_IL_Tests_VectorsMaths_FloatPointer_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float4*)(IntPtr)p[0];
|
|
var arg1 = (Burst.Compiler.IL.Tests.VectorsMaths.FloatPointer)p[1];
|
|
var arg2 = (Burst.Compiler.IL.Tests.VectorsMaths.FloatPointer)p[2];
|
|
d(arg0, ref arg1, ref arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_Unity_Mathematics_float2_Ref_2_Unity_Mathematics_float2_Ref_3_Unity_Mathematics_math_ShuffleComponent_Delegate(Unity.Mathematics.float4* arg0, ref Unity.Mathematics.float2 arg1, ref Unity.Mathematics.float2 arg2, Unity.Mathematics.math.ShuffleComponent arg3);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_Unity_Mathematics_float2_Ref_2_Unity_Mathematics_float2_Ref_3_Unity_Mathematics_math_ShuffleComponent_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_Unity_Mathematics_float2_Ref_2_Unity_Mathematics_float2_Ref_3_Unity_Mathematics_math_ShuffleComponent_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float4*)(IntPtr)p[0];
|
|
var arg1 = (Unity.Mathematics.float2)p[1];
|
|
var arg2 = (Unity.Mathematics.float2)p[2];
|
|
var arg3 = (Unity.Mathematics.math.ShuffleComponent)p[3];
|
|
d(arg0, ref arg1, ref arg2, arg3);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_Unity_Mathematics_float4_Ref_Delegate(Unity.Mathematics.float4* arg0, ref Unity.Mathematics.float4 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_Unity_Mathematics_float4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_Unity_Mathematics_float4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float4*)(IntPtr)p[0];
|
|
var arg1 = (Unity.Mathematics.float4)p[1];
|
|
d(arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_Unity_Mathematics_float4_Ref_2_Unity_Mathematics_float4_Ref_Delegate(Unity.Mathematics.float4* arg0, ref Unity.Mathematics.float4 arg1, ref Unity.Mathematics.float4 arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_Unity_Mathematics_float4_Ref_2_Unity_Mathematics_float4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_Unity_Mathematics_float4_Ref_2_Unity_Mathematics_float4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float4*)(IntPtr)p[0];
|
|
var arg1 = (Unity.Mathematics.float4)p[1];
|
|
var arg2 = (Unity.Mathematics.float4)p[2];
|
|
d(arg0, ref arg1, ref arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_Unity_Mathematics_half4_Ref_Delegate(Unity.Mathematics.float4* arg0, ref Unity.Mathematics.half4 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_Unity_Mathematics_half4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_Unity_Mathematics_half4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float4*)(IntPtr)p[0];
|
|
var arg1 = (Unity.Mathematics.half4)p[1];
|
|
d(arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_Int32_Delegate(Unity.Mathematics.float4* arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float4*)(IntPtr)p[0];
|
|
var arg1 = (int)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_UInt32_2_Unity_Burst_Intrinsics_X86_MXCSRBits_Delegate(Unity.Mathematics.float4* arg0, uint arg1, Unity.Burst.Intrinsics.X86.MXCSRBits arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_UInt32_2_Unity_Burst_Intrinsics_X86_MXCSRBits_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_float4_Ptr_1_UInt32_2_Unity_Burst_Intrinsics_X86_MXCSRBits_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float4*)(IntPtr)p[0];
|
|
var arg1 = (uint)p[1];
|
|
var arg2 = (Unity.Burst.Intrinsics.X86.MXCSRBits)p[2];
|
|
d(arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_float4x2_Ptr_1_Int32_Delegate(Unity.Mathematics.float4x2* arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_float4x2_Ptr_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_float4x2_Ptr_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.float4x2*)(IntPtr)p[0];
|
|
var arg1 = (int)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_half2_Ptr_1_Unity_Mathematics_double2_Ref_Delegate(Unity.Mathematics.half2* arg0, ref Unity.Mathematics.double2 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_half2_Ptr_1_Unity_Mathematics_double2_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_half2_Ptr_1_Unity_Mathematics_double2_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.half2*)(IntPtr)p[0];
|
|
var arg1 = (Unity.Mathematics.double2)p[1];
|
|
d(arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_half2_Ptr_1_Unity_Mathematics_float2_Ref_Delegate(Unity.Mathematics.half2* arg0, ref Unity.Mathematics.float2 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_half2_Ptr_1_Unity_Mathematics_float2_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_half2_Ptr_1_Unity_Mathematics_float2_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.half2*)(IntPtr)p[0];
|
|
var arg1 = (Unity.Mathematics.float2)p[1];
|
|
d(arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_half3_Ptr_1_Unity_Mathematics_double3_Ref_Delegate(Unity.Mathematics.half3* arg0, ref Unity.Mathematics.double3 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_half3_Ptr_1_Unity_Mathematics_double3_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_half3_Ptr_1_Unity_Mathematics_double3_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.half3*)(IntPtr)p[0];
|
|
var arg1 = (Unity.Mathematics.double3)p[1];
|
|
d(arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_half3_Ptr_1_Unity_Mathematics_float3_Ref_Delegate(Unity.Mathematics.half3* arg0, ref Unity.Mathematics.float3 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_half3_Ptr_1_Unity_Mathematics_float3_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_half3_Ptr_1_Unity_Mathematics_float3_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.half3*)(IntPtr)p[0];
|
|
var arg1 = (Unity.Mathematics.float3)p[1];
|
|
d(arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_half4_Ptr_1_Unity_Mathematics_double4_Ref_Delegate(Unity.Mathematics.half4* arg0, ref Unity.Mathematics.double4 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_half4_Ptr_1_Unity_Mathematics_double4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_half4_Ptr_1_Unity_Mathematics_double4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.half4*)(IntPtr)p[0];
|
|
var arg1 = (Unity.Mathematics.double4)p[1];
|
|
d(arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_half4_Ptr_1_Unity_Mathematics_float4_Ref_Delegate(Unity.Mathematics.half4* arg0, ref Unity.Mathematics.float4 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_half4_Ptr_1_Unity_Mathematics_float4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_half4_Ptr_1_Unity_Mathematics_float4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.half4*)(IntPtr)p[0];
|
|
var arg1 = (Unity.Mathematics.float4)p[1];
|
|
d(arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_int2_Ptr_1_Int32_2_Int32_Delegate(Unity.Mathematics.int2* arg0, int arg1, int arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_int2_Ptr_1_Int32_2_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_int2_Ptr_1_Int32_2_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.int2*)(IntPtr)p[0];
|
|
var arg1 = (int)p[1];
|
|
var arg2 = (int)p[2];
|
|
d(arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_int4_Ptr_Delegate(Unity.Mathematics.int4* arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_int4_Ptr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_int4_Ptr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.int4*)(IntPtr)p[0];
|
|
d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_int4_Ptr_1_Int64_2_Int64_Delegate(Unity.Mathematics.int4* arg0, long arg1, long arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_int4_Ptr_1_Int64_2_Int64_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_int4_Ptr_1_Int64_2_Int64_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.int4*)(IntPtr)p[0];
|
|
var arg1 = (long)p[1];
|
|
var arg2 = (long)p[2];
|
|
d(arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_quaternion_Ptr_Delegate(Unity.Mathematics.quaternion* arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_quaternion_Ptr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_quaternion_Ptr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.quaternion*)(IntPtr)p[0];
|
|
d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_uint2_Ptr_1_Unity_Mathematics_float2_Ref_Delegate(Unity.Mathematics.uint2* arg0, ref Unity.Mathematics.float2 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_uint2_Ptr_1_Unity_Mathematics_float2_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_uint2_Ptr_1_Unity_Mathematics_float2_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.uint2*)(IntPtr)p[0];
|
|
var arg1 = (Unity.Mathematics.float2)p[1];
|
|
d(arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_uint2_Ptr_1_UInt32_2_UInt32_Delegate(Unity.Mathematics.uint2* arg0, uint arg1, uint arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_uint2_Ptr_1_UInt32_2_UInt32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_uint2_Ptr_1_UInt32_2_UInt32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.uint2*)(IntPtr)p[0];
|
|
var arg1 = (uint)p[1];
|
|
var arg2 = (uint)p[2];
|
|
d(arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_uint3_Ptr_1_Unity_Mathematics_float3_Ref_Delegate(Unity.Mathematics.uint3* arg0, ref Unity.Mathematics.float3 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_uint3_Ptr_1_Unity_Mathematics_float3_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_uint3_Ptr_1_Unity_Mathematics_float3_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.uint3*)(IntPtr)p[0];
|
|
var arg1 = (Unity.Mathematics.float3)p[1];
|
|
d(arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_uint4_Ptr_1_Unity_Mathematics_float4_Ref_Delegate(Unity.Mathematics.uint4* arg0, ref Unity.Mathematics.float4 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_uint4_Ptr_1_Unity_Mathematics_float4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_uint4_Ptr_1_Unity_Mathematics_float4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.uint4*)(IntPtr)p[0];
|
|
var arg1 = (Unity.Mathematics.float4)p[1];
|
|
d(arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_uint4_Ptr_1_Unity_Mathematics_uint4_Ref_Delegate(Unity.Mathematics.uint4* arg0, ref Unity.Mathematics.uint4 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_uint4_Ptr_1_Unity_Mathematics_uint4_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_uint4_Ptr_1_Unity_Mathematics_uint4_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.uint4*)(IntPtr)p[0];
|
|
var arg1 = (Unity.Mathematics.uint4)p[1];
|
|
d(arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Unity_Mathematics_uint4_Ptr_1_UInt64_2_UInt64_Delegate(Unity.Mathematics.uint4* arg0, ulong arg1, ulong arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Unity_Mathematics_uint4_Ptr_1_UInt64_2_UInt64_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Unity_Mathematics_uint4_Ptr_1_UInt64_2_UInt64_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (Unity.Mathematics.uint4*)(IntPtr)p[0];
|
|
var arg1 = (ulong)p[1];
|
|
var arg2 = (ulong)p[2];
|
|
d(arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_UnityBenchShared_DivisionByScalar_Ref_Delegate(ref UnityBenchShared.DivisionByScalar arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_UnityBenchShared_DivisionByScalar_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_UnityBenchShared_DivisionByScalar_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (UnityBenchShared.DivisionByScalar)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_UnityBenchShared_IntToFloatPenalty_Ref_Delegate(ref UnityBenchShared.IntToFloatPenalty arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_UnityBenchShared_IntToFloatPenalty_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_UnityBenchShared_IntToFloatPenalty_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (UnityBenchShared.IntToFloatPenalty)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_UnityBenchShared_PartialWrite_Ref_Delegate(ref UnityBenchShared.PartialWrite arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_UnityBenchShared_PartialWrite_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_UnityBenchShared_PartialWrite_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (UnityBenchShared.PartialWrite)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_UnityBenchShared_PartialWriteWorkaround_Ref_Delegate(ref UnityBenchShared.PartialWriteWorkaround arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_UnityBenchShared_PartialWriteWorkaround_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_UnityBenchShared_PartialWriteWorkaround_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (UnityBenchShared.PartialWriteWorkaround)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_UnityBenchShared_RedundantStore_Ref_Delegate(ref UnityBenchShared.RedundantStore arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_UnityBenchShared_RedundantStore_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_UnityBenchShared_RedundantStore_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (UnityBenchShared.RedundantStore)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_UnityBenchShared_RedundantStoreWorkaround_Ref_Delegate(ref UnityBenchShared.RedundantStoreWorkaround arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_UnityBenchShared_RedundantStoreWorkaround_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_UnityBenchShared_RedundantStoreWorkaround_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (UnityBenchShared.RedundantStoreWorkaround)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_UnityBenchShared_SquareRoot_Ref_Delegate(ref UnityBenchShared.SquareRoot arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_UnityBenchShared_SquareRoot_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_UnityBenchShared_SquareRoot_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (UnityBenchShared.SquareRoot)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_UnityBenchShared_SquareRootRecip_Ref_Delegate(ref UnityBenchShared.SquareRootRecip arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_UnityBenchShared_SquareRootRecip_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_UnityBenchShared_SquareRootRecip_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (UnityBenchShared.SquareRootRecip)p[0];
|
|
d(ref arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Boolean_Delegate(bool arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Boolean_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Boolean_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (bool)p[0];
|
|
d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Boolean_1_Unity_Collections_FixedString64_Ref_Delegate(bool arg0, ref Unity.Collections.FixedString64 arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Boolean_1_Unity_Collections_FixedString64_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Boolean_1_Unity_Collections_FixedString64_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (bool)p[0];
|
|
var arg1 = (Unity.Collections.FixedString64)p[1];
|
|
d(arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Byte_Delegate(byte arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Byte_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Byte_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (byte)p[0];
|
|
d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Byte_Ptr_1_Int32_Delegate(byte* arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Byte_Ptr_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Byte_Ptr_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (byte*)(IntPtr)p[0];
|
|
var arg1 = (int)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Double_Delegate(double arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Double_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Double_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (double)p[0];
|
|
d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Double_Ptr_Delegate(double* arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Double_Ptr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Double_Ptr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (double*)(IntPtr)p[0];
|
|
d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Double_Ptr_1_Unity_Mathematics_half_Ref_Delegate(double* arg0, ref Unity.Mathematics.half arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Double_Ptr_1_Unity_Mathematics_half_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Double_Ptr_1_Unity_Mathematics_half_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (double*)(IntPtr)p[0];
|
|
var arg1 = (Unity.Mathematics.half)p[1];
|
|
d(arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Double_Ptr_1_Double_Delegate(double* arg0, double arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Double_Ptr_1_Double_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Double_Ptr_1_Double_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (double*)(IntPtr)p[0];
|
|
var arg1 = (double)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Double_Ptr_1_Int32_Delegate(double* arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Double_Ptr_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Double_Ptr_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (double*)(IntPtr)p[0];
|
|
var arg1 = (int)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Single_Delegate(float arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Single_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Single_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (float)p[0];
|
|
d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Single_Ptr_1_Unity_Mathematics_half_Ref_Delegate(float* arg0, ref Unity.Mathematics.half arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Single_Ptr_1_Unity_Mathematics_half_Ref_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Single_Ptr_1_Unity_Mathematics_half_Ref_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (float*)(IntPtr)p[0];
|
|
var arg1 = (Unity.Mathematics.half)p[1];
|
|
d(arg0, ref arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Single_Ptr_1_Single_Delegate(float* arg0, float arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Single_Ptr_1_Single_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Single_Ptr_1_Single_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (float*)(IntPtr)p[0];
|
|
var arg1 = (float)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Single_Ptr_1_Single_Ptr_2_Single_Ptr_3_Int32_Delegate(float* arg0, float* arg1, float* arg2, int arg3);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Single_Ptr_1_Single_Ptr_2_Single_Ptr_3_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Single_Ptr_1_Single_Ptr_2_Single_Ptr_3_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (float*)(IntPtr)p[0];
|
|
var arg1 = (float*)(IntPtr)p[1];
|
|
var arg2 = (float*)(IntPtr)p[2];
|
|
var arg3 = (int)p[3];
|
|
d(arg0, arg1, arg2, arg3);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Single_Ptr_1_Int32_Delegate(float* arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Single_Ptr_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Single_Ptr_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (float*)(IntPtr)p[0];
|
|
var arg1 = (int)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Int32_1_Int32_2_Int32_Delegate(int arg0, int arg1, int arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Int32_1_Int32_2_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Int32_1_Int32_2_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int)p[0];
|
|
var arg1 = (int)p[1];
|
|
var arg2 = (int)p[2];
|
|
d(arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Int32_Ptr_Delegate(int* arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Int32_Ptr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Int32_Ptr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int*)(IntPtr)p[0];
|
|
d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Int32_Ptr_1_Double_Delegate(int* arg0, double arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Int32_Ptr_1_Double_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Int32_Ptr_1_Double_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int*)(IntPtr)p[0];
|
|
var arg1 = (double)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Int32_Ptr_1_Int32_Delegate(int* arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Int32_Ptr_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Int32_Ptr_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int*)(IntPtr)p[0];
|
|
var arg1 = (int)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Int32_Ptr_1_Int32_2_Int32_Delegate(int* arg0, int arg1, int arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Int32_Ptr_1_Int32_2_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Int32_Ptr_1_Int32_2_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int*)(IntPtr)p[0];
|
|
var arg1 = (int)p[1];
|
|
var arg2 = (int)p[2];
|
|
d(arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Int32_Ptr_1_Int32_2_Int32_3_Int32_4_Int32_Delegate(int* arg0, int arg1, int arg2, int arg3, int arg4);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Int32_Ptr_1_Int32_2_Int32_3_Int32_4_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Int32_Ptr_1_Int32_2_Int32_3_Int32_4_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int*)(IntPtr)p[0];
|
|
var arg1 = (int)p[1];
|
|
var arg2 = (int)p[2];
|
|
var arg3 = (int)p[3];
|
|
var arg4 = (int)p[4];
|
|
d(arg0, arg1, arg2, arg3, arg4);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Int32_Ptr_1_Int32_2_Int32_3_Int32_4_Int32_5_Int32_6_Int32_Delegate(int* arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Int32_Ptr_1_Int32_2_Int32_3_Int32_4_Int32_5_Int32_6_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Int32_Ptr_1_Int32_2_Int32_3_Int32_4_Int32_5_Int32_6_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (int*)(IntPtr)p[0];
|
|
var arg1 = (int)p[1];
|
|
var arg2 = (int)p[2];
|
|
var arg3 = (int)p[3];
|
|
var arg4 = (int)p[4];
|
|
var arg5 = (int)p[5];
|
|
var arg6 = (int)p[6];
|
|
d(arg0, arg1, arg2, arg3, arg4, arg5, arg6);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Int64_Ptr_Delegate(long* arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Int64_Ptr_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Int64_Ptr_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (long*)(IntPtr)p[0];
|
|
d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Int64_Ptr_1_Double_Delegate(long* arg0, double arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Int64_Ptr_1_Double_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Int64_Ptr_1_Double_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (long*)(IntPtr)p[0];
|
|
var arg1 = (double)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Int64_Ptr_1_Int32_Delegate(long* arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Int64_Ptr_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Int64_Ptr_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (long*)(IntPtr)p[0];
|
|
var arg1 = (int)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Int64_Ptr_1_Int64_Delegate(long* arg0, long arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Int64_Ptr_1_Int64_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Int64_Ptr_1_Int64_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (long*)(IntPtr)p[0];
|
|
var arg1 = (long)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Int64_Ptr_1_UInt64_Delegate(long* arg0, ulong arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Int64_Ptr_1_UInt64_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Int64_Ptr_1_UInt64_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (long*)(IntPtr)p[0];
|
|
var arg1 = (ulong)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_SByte_Ptr_1_Int32_Delegate(sbyte* arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_SByte_Ptr_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_SByte_Ptr_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (sbyte*)(IntPtr)p[0];
|
|
var arg1 = (int)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private delegate void R_System_Void_P_0_Int16_Delegate(short arg0);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Int16_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Int16_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (short)p[0];
|
|
d(arg0);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_Int16_Ptr_1_Int32_Delegate(short* arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_Int16_Ptr_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_Int16_Ptr_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (short*)(IntPtr)p[0];
|
|
var arg1 = (int)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_UInt32_Ptr_1_Int32_Delegate(uint* arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_UInt32_Ptr_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_UInt32_Ptr_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (uint*)(IntPtr)p[0];
|
|
var arg1 = (int)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_UInt64_Ptr_1_Double_Delegate(ulong* arg0, double arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_UInt64_Ptr_1_Double_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_UInt64_Ptr_1_Double_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (ulong*)(IntPtr)p[0];
|
|
var arg1 = (double)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_UInt64_Ptr_1_Int32_Delegate(ulong* arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_UInt64_Ptr_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_UInt64_Ptr_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (ulong*)(IntPtr)p[0];
|
|
var arg1 = (int)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_UInt64_Ptr_1_UInt64_2_UInt64_Delegate(ulong* arg0, ulong arg1, ulong arg2);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_UInt64_Ptr_1_UInt64_2_UInt64_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_UInt64_Ptr_1_UInt64_2_UInt64_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (ulong*)(IntPtr)p[0];
|
|
var arg1 = (ulong)p[1];
|
|
var arg2 = (ulong)p[2];
|
|
d(arg0, arg1, arg2);
|
|
return result;
|
|
}
|
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe delegate void R_System_Void_P_0_UInt16_Ptr_1_Int32_Delegate(ushort* arg0, int arg1);
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
|
private unsafe static object Call_R_System_Void_P_0_UInt16_Ptr_1_Int32_Delegate(object delegateObj, object[] p)
|
|
{
|
|
var d = (R_System_Void_P_0_UInt16_Ptr_1_Int32_Delegate)delegateObj;
|
|
object result = null;
|
|
var arg0 = (ushort*)(IntPtr)p[0];
|
|
var arg1 = (int)p[1];
|
|
d(arg0, arg1);
|
|
return result;
|
|
}
|
|
|
|
#endif
|
|
}
|
|
}
|