Searched refs:grpcsharp_server_destroy (Results 1 – 4 of 4) sorted by relevance
85 Native.grpcsharp_server_destroy(handle); in ReleaseHandle()
118 public readonly Delegates.grpcsharp_server_destroy_delegate grpcsharp_server_destroy; field in Grpc.Core.Internal.NativeMethods218 …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.DllImportsFromStaticLib1078 public static extern void grpcsharp_server_destroy(IntPtr server); in grpcsharp_server_destroy() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
86 'void grpcsharp_server_destroy(IntPtr server)',
893 GPR_EXPORT void GPR_CALLTYPE grpcsharp_server_destroy(grpc_server* server) { in grpcsharp_server_destroy() function