Home
last modified time | relevance | path

Searched defs:grpcsharp_server_destroy (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs118 public readonly Delegates.grpcsharp_server_destroy_delegate grpcsharp_server_destroy; field in Grpc.Core.Internal.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/src/csharp/ext/
Dgrpc_csharp_ext.c893 GPR_EXPORT void GPR_CALLTYPE grpcsharp_server_destroy(grpc_server* server) { in grpcsharp_server_destroy() function