Searched refs:grpcsharp_completion_queue_pluck (Results 1 – 4 of 4) sorted by relevance
64 return Native.grpcsharp_completion_queue_pluck(this, tag); in Pluck()
96 …blic readonly Delegates.grpcsharp_completion_queue_pluck_delegate grpcsharp_completion_queue_pluck; field in Grpc.Core.Internal.NativeMethods196 …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.DllImportsFromStaticLib1012 …public static extern CompletionQueueEvent grpcsharp_completion_queue_pluck(CompletionQueueSafeHand… in grpcsharp_completion_queue_pluck() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
64 … 'CompletionQueueEvent grpcsharp_completion_queue_pluck(CompletionQueueSafeHandle cq, IntPtr tag)',
379 grpcsharp_completion_queue_pluck(grpc_completion_queue* cq, void* tag) { in grpcsharp_completion_queue_pluck() function