Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs93 …y Delegates.grpcsharp_completion_queue_create_sync_delegate grpcsharp_completion_queue_create_sync; field in Grpc.Core.Internal.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/src/csharp/ext/
Dgrpc_csharp_ext.c358 grpcsharp_completion_queue_create_sync(void) { in grpcsharp_completion_queue_create_sync() function