Home
last modified time | relevance | path

Searched defs:grpcsharp_completion_queue_pluck (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/csharp/unitypackage/unitypackage_skeleton/Plugins/Grpc.Core/runtimes/
Dgrpc_csharp_ext_dummy_stubs.c265 void grpcsharp_completion_queue_pluck() { in grpcsharp_completion_queue_pluck() function
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs97 …blic readonly Delegates.grpcsharp_completion_queue_pluck_delegate grpcsharp_completion_queue_pluck; field in Grpc.Core.Internal.NativeMethods
1199 …public static extern CompletionQueueEvent grpcsharp_completion_queue_pluck(CompletionQueueSafeHand… in grpcsharp_completion_queue_pluck() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1519 …public static extern CompletionQueueEvent grpcsharp_completion_queue_pluck(CompletionQueueSafeHand… in grpcsharp_completion_queue_pluck() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
1839 …public static extern CompletionQueueEvent grpcsharp_completion_queue_pluck(CompletionQueueSafeHand… in grpcsharp_completion_queue_pluck() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86
2159 …public static extern CompletionQueueEvent grpcsharp_completion_queue_pluck(CompletionQueueSafeHand… in grpcsharp_completion_queue_pluck() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64
2479 …public static extern CompletionQueueEvent grpcsharp_completion_queue_pluck(CompletionQueueSafeHand… in grpcsharp_completion_queue_pluck() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86_dll
2799 …public static extern CompletionQueueEvent grpcsharp_completion_queue_pluck(CompletionQueueSafeHand… in grpcsharp_completion_queue_pluck() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64_dll
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c414 grpcsharp_completion_queue_pluck(grpc_completion_queue* cq, void* tag) { in grpcsharp_completion_queue_pluck() function