Searched defs:grpcsharp_completion_queue_destroy (Results 1 – 3 of 3) sorted by relevance
269 void grpcsharp_completion_queue_destroy() { in grpcsharp_completion_queue_destroy() function
98 … readonly Delegates.grpcsharp_completion_queue_destroy_delegate grpcsharp_completion_queue_destroy; field in Grpc.Core.Internal.NativeMethods1202 public static extern void grpcsharp_completion_queue_destroy(IntPtr cq); in grpcsharp_completion_queue_destroy() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib1522 public static extern void grpcsharp_completion_queue_destroy(IntPtr cq); in grpcsharp_completion_queue_destroy() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib1842 public static extern void grpcsharp_completion_queue_destroy(IntPtr cq); in grpcsharp_completion_queue_destroy() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x862162 public static extern void grpcsharp_completion_queue_destroy(IntPtr cq); in grpcsharp_completion_queue_destroy() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x642482 public static extern void grpcsharp_completion_queue_destroy(IntPtr cq); in grpcsharp_completion_queue_destroy() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86_dll2802 public static extern void grpcsharp_completion_queue_destroy(IntPtr cq); in grpcsharp_completion_queue_destroy() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64_dll
403 grpcsharp_completion_queue_destroy(grpc_completion_queue* cq) { in grpcsharp_completion_queue_destroy() function