|
|
|
@ -45,12 +45,12 @@ namespace Std
@@ -45,12 +45,12 @@ namespace Std
|
|
|
|
|
public unsafe partial struct __Internal |
|
|
|
|
{ |
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("Std-templates", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
[DllImport("Std-symbols", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZNSaIcEC2Ev")] |
|
|
|
|
internal static extern void ctorc__N_std_S_allocator__C_0(global::System.IntPtr instance); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("Std-templates", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
[DllImport("Std-symbols", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZNSaIcED2Ev")] |
|
|
|
|
internal static extern void dtorc__N_std_S_allocator__C_0(global::System.IntPtr instance); |
|
|
|
|
} |
|
|
|
@ -204,8 +204,8 @@ namespace Std
@@ -204,8 +204,8 @@ namespace Std
|
|
|
|
|
{ |
|
|
|
|
public enum RbTreeColor : uint |
|
|
|
|
{ |
|
|
|
|
SRed = 0, |
|
|
|
|
SBlack = 1 |
|
|
|
|
S_red = 0, |
|
|
|
|
S_black = 1 |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
namespace RbTree |
|
|
|
@ -340,7 +340,7 @@ namespace Std
@@ -340,7 +340,7 @@ namespace Std
|
|
|
|
|
public unsafe partial struct __Internal |
|
|
|
|
{ |
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("Std-templates", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
[DllImport("Std-symbols", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZNSt11char_traitsIcE3eofEv")] |
|
|
|
|
internal static extern int Eofc__N_std_S_char_traits__C_0(); |
|
|
|
|
} |
|
|
|
@ -657,19 +657,19 @@ namespace Std
@@ -657,19 +657,19 @@ namespace Std
|
|
|
|
|
internal global::Std.Cxx11.BasicString._.__Internal _; |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("Std-templates", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
[DllImport("Std-symbols", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED2Ev")] |
|
|
|
|
internal static extern void dtorc__N_std_N___cxx11_S_basic_string__C___N_std_S_char_traits__C___N_std_S_allocator__C_0(global::System.IntPtr instance); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("Std-templates", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
[DllImport("Std-symbols", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5c_strEv")] |
|
|
|
|
internal static extern global::System.IntPtr CStrc__N_std_N___cxx11_S_basic_string__C___N_std_S_char_traits__C___N_std_S_allocator__C_0(global::System.IntPtr instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
internal enum SLocalCapacity : uint |
|
|
|
|
internal enum S_localCapacity : uint |
|
|
|
|
{ |
|
|
|
|
SLocalCapacity = 15 |
|
|
|
|
S_localCapacity = 15 |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public unsafe partial class AllocHider |
|
|
|
|