Home
last modified time | relevance | path

Searched refs:grpcsharp_channel_destroy (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DChannelSafeHandle.cs83 Native.grpcsharp_channel_destroy(handle); in ReleaseHandle()
DNativeMethods.Generated.cs90 public readonly Delegates.grpcsharp_channel_destroy_delegate grpcsharp_channel_destroy; field in Grpc.Core.Internal.NativeMethods
190 …this.grpcsharp_channel_destroy = GetMethodDelegate<Delegates.grpcsharp_channel_destroy_delegate>(l… in NativeMethods()
289 this.grpcsharp_channel_destroy = DllImportsFromStaticLib.grpcsharp_channel_destroy; in NativeMethods()
388 this.grpcsharp_channel_destroy = DllImportsFromSharedLib.grpcsharp_channel_destroy; in NativeMethods()
701 public static extern void grpcsharp_channel_destroy(IntPtr channel); in grpcsharp_channel_destroy() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
994 public static extern void grpcsharp_channel_destroy(IntPtr channel); in grpcsharp_channel_destroy() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template58 'void grpcsharp_channel_destroy(IntPtr channel)',
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c393 GPR_EXPORT void GPR_CALLTYPE grpcsharp_channel_destroy(grpc_channel* channel) { in grpcsharp_channel_destroy() function