Home
last modified time | relevance | path

Searched defs:grpcsharp_completion_queue_shutdown (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.c257 void grpcsharp_completion_queue_shutdown() { in grpcsharp_completion_queue_shutdown() function
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs95 …eadonly Delegates.grpcsharp_completion_queue_shutdown_delegate grpcsharp_completion_queue_shutdown; field in Grpc.Core.Internal.NativeMethods
1193 … public static extern void grpcsharp_completion_queue_shutdown(CompletionQueueSafeHandle cq); in grpcsharp_completion_queue_shutdown() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1513 … public static extern void grpcsharp_completion_queue_shutdown(CompletionQueueSafeHandle cq); in grpcsharp_completion_queue_shutdown() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
1833 … public static extern void grpcsharp_completion_queue_shutdown(CompletionQueueSafeHandle cq); in grpcsharp_completion_queue_shutdown() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86
2153 … public static extern void grpcsharp_completion_queue_shutdown(CompletionQueueSafeHandle cq); in grpcsharp_completion_queue_shutdown() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64
2473 … public static extern void grpcsharp_completion_queue_shutdown(CompletionQueueSafeHandle cq); in grpcsharp_completion_queue_shutdown() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86_dll
2793 … public static extern void grpcsharp_completion_queue_shutdown(CompletionQueueSafeHandle cq); in grpcsharp_completion_queue_shutdown() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64_dll
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c398 grpcsharp_completion_queue_shutdown(grpc_completion_queue* cq) { in grpcsharp_completion_queue_shutdown() function