Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DCompletionQueueSafeHandle.cs64 return Native.grpcsharp_completion_queue_pluck(this, tag); in Pluck()
DNativeMethods.Generated.cs96 …blic readonly Delegates.grpcsharp_completion_queue_pluck_delegate grpcsharp_completion_queue_pluck; field in Grpc.Core.Internal.NativeMethods
196 …this.grpcsharp_completion_queue_pluck = GetMethodDelegate<Delegates.grpcsharp_completion_queue_plu… in NativeMethods()
295 … this.grpcsharp_completion_queue_pluck = DllImportsFromStaticLib.grpcsharp_completion_queue_pluck; in NativeMethods()
394 … this.grpcsharp_completion_queue_pluck = DllImportsFromSharedLib.grpcsharp_completion_queue_pluck; in NativeMethods()
719 …public static extern CompletionQueueEvent grpcsharp_completion_queue_pluck(CompletionQueueSafeHand… in grpcsharp_completion_queue_pluck() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1012 …public static extern CompletionQueueEvent grpcsharp_completion_queue_pluck(CompletionQueueSafeHand… in grpcsharp_completion_queue_pluck() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template64 … 'CompletionQueueEvent grpcsharp_completion_queue_pluck(CompletionQueueSafeHandle cq, IntPtr tag)',
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c379 grpcsharp_completion_queue_pluck(grpc_completion_queue* cq, void* tag) { in grpcsharp_completion_queue_pluck() function