Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DServerSafeHandle.cs44 Native.grpcsharp_server_register_completion_queue(this, cq); in RegisterCompletionQueue()
DNativeMethods.Generated.cs111 …tes.grpcsharp_server_register_completion_queue_delegate grpcsharp_server_register_completion_queue; field in Grpc.Core.Internal.NativeMethods
211 …this.grpcsharp_server_register_completion_queue = GetMethodDelegate<Delegates.grpcsharp_server_reg… in NativeMethods()
310 …this.grpcsharp_server_register_completion_queue = DllImportsFromStaticLib.grpcsharp_server_registe… in NativeMethods()
409 …this.grpcsharp_server_register_completion_queue = DllImportsFromSharedLib.grpcsharp_server_registe… in NativeMethods()
764 …public static extern void grpcsharp_server_register_completion_queue(ServerSafeHandle server, Comp… in grpcsharp_server_register_completion_queue() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1057 …public static extern void grpcsharp_server_register_completion_queue(ServerSafeHandle server, Comp… in grpcsharp_server_register_completion_queue() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template79 …'void grpcsharp_server_register_completion_queue(ServerSafeHandle server, CompletionQueueSafeHandl…
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c868 GPR_EXPORT void GPR_CALLTYPE grpcsharp_server_register_completion_queue( in grpcsharp_server_register_completion_queue() function