Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs92 …Delegates.grpcsharp_completion_queue_create_async_delegate grpcsharp_completion_queue_create_async; field in Grpc.Core.Internal.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/src/csharp/ext/
Dgrpc_csharp_ext.c353 grpcsharp_completion_queue_create_async(void) { in grpcsharp_completion_queue_create_async() function