Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DCompletionQueueSafeHandle.cs52 var cq = Native.grpcsharp_completion_queue_create_async(); in CreateAsync()
DNativeMethods.Generated.cs92 …Delegates.grpcsharp_completion_queue_create_async_delegate grpcsharp_completion_queue_create_async; field in Grpc.Core.Internal.NativeMethods
192 …this.grpcsharp_completion_queue_create_async = GetMethodDelegate<Delegates.grpcsharp_completion_qu… in NativeMethods()
291 …this.grpcsharp_completion_queue_create_async = DllImportsFromStaticLib.grpcsharp_completion_queue_… in NativeMethods()
390 …this.grpcsharp_completion_queue_create_async = DllImportsFromSharedLib.grpcsharp_completion_queue_… in NativeMethods()
707 … public static extern CompletionQueueSafeHandle grpcsharp_completion_queue_create_async(); in grpcsharp_completion_queue_create_async() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1000 … public static extern CompletionQueueSafeHandle grpcsharp_completion_queue_create_async(); in grpcsharp_completion_queue_create_async() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template60 'CompletionQueueSafeHandle grpcsharp_completion_queue_create_async()',
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c353 grpcsharp_completion_queue_create_async(void) { in grpcsharp_completion_queue_create_async() function