Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DServerSafeHandle.cs85 Native.grpcsharp_server_destroy(handle); in ReleaseHandle()
DNativeMethods.Generated.cs118 public readonly Delegates.grpcsharp_server_destroy_delegate grpcsharp_server_destroy; field in Grpc.Core.Internal.NativeMethods
218 …this.grpcsharp_server_destroy = GetMethodDelegate<Delegates.grpcsharp_server_destroy_delegate>(lib… in NativeMethods()
317 this.grpcsharp_server_destroy = DllImportsFromStaticLib.grpcsharp_server_destroy; in NativeMethods()
416 this.grpcsharp_server_destroy = DllImportsFromSharedLib.grpcsharp_server_destroy; in NativeMethods()
785 public static extern void grpcsharp_server_destroy(IntPtr server); in grpcsharp_server_destroy() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1078 public static extern void grpcsharp_server_destroy(IntPtr server); in grpcsharp_server_destroy() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template86 'void grpcsharp_server_destroy(IntPtr server)',
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c893 GPR_EXPORT void GPR_CALLTYPE grpcsharp_server_destroy(grpc_server* server) { in grpcsharp_server_destroy() function