Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DCompletionQueueSafeHandle.cs44 return Native.grpcsharp_completion_queue_create_sync(); in CreateSync()
DNativeMethods.Generated.cs93 …y Delegates.grpcsharp_completion_queue_create_sync_delegate grpcsharp_completion_queue_create_sync; field in Grpc.Core.Internal.NativeMethods
193 …this.grpcsharp_completion_queue_create_sync = GetMethodDelegate<Delegates.grpcsharp_completion_que… in NativeMethods()
292 …this.grpcsharp_completion_queue_create_sync = DllImportsFromStaticLib.grpcsharp_completion_queue_c… in NativeMethods()
391 …this.grpcsharp_completion_queue_create_sync = DllImportsFromSharedLib.grpcsharp_completion_queue_c… in NativeMethods()
710 public static extern CompletionQueueSafeHandle grpcsharp_completion_queue_create_sync(); in grpcsharp_completion_queue_create_sync() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1003 public static extern CompletionQueueSafeHandle grpcsharp_completion_queue_create_sync(); in grpcsharp_completion_queue_create_sync() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template61 'CompletionQueueSafeHandle grpcsharp_completion_queue_create_sync()',
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c358 grpcsharp_completion_queue_create_sync(void) { in grpcsharp_completion_queue_create_sync() function