Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DServerSafeHandle.cs70 Native.grpcsharp_server_shutdown_and_notify_callback(this, completionQueue, ctx); in ShutdownAndNotify()
DNativeMethods.Generated.cs117 …rpcsharp_server_shutdown_and_notify_callback_delegate grpcsharp_server_shutdown_and_notify_callbac… field in Grpc.Core.Internal.NativeMethods
217 …this.grpcsharp_server_shutdown_and_notify_callback = GetMethodDelegate<Delegates.grpcsharp_server_… in NativeMethods()
316 …this.grpcsharp_server_shutdown_and_notify_callback = DllImportsFromStaticLib.grpcsharp_server_shut… in NativeMethods()
415 …this.grpcsharp_server_shutdown_and_notify_callback = DllImportsFromSharedLib.grpcsharp_server_shut… in NativeMethods()
782 …public static extern void grpcsharp_server_shutdown_and_notify_callback(ServerSafeHandle server, C… in grpcsharp_server_shutdown_and_notify_callback() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1075 …public static extern void grpcsharp_server_shutdown_and_notify_callback(ServerSafeHandle server, C… in grpcsharp_server_shutdown_and_notify_callback() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template85 …'void grpcsharp_server_shutdown_and_notify_callback(ServerSafeHandle server, CompletionQueueSafeHa…
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c882 GPR_EXPORT void GPR_CALLTYPE grpcsharp_server_shutdown_and_notify_callback( in grpcsharp_server_shutdown_and_notify_callback() function