Home
last modified time | relevance | path

Searched defs:grpcsharp_completion_queue_destroy (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.c269 void grpcsharp_completion_queue_destroy() { in grpcsharp_completion_queue_destroy() function
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs98 … readonly Delegates.grpcsharp_completion_queue_destroy_delegate grpcsharp_completion_queue_destroy; field in Grpc.Core.Internal.NativeMethods
1202 public static extern void grpcsharp_completion_queue_destroy(IntPtr cq); in grpcsharp_completion_queue_destroy() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1522 public static extern void grpcsharp_completion_queue_destroy(IntPtr cq); in grpcsharp_completion_queue_destroy() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
1842 public static extern void grpcsharp_completion_queue_destroy(IntPtr cq); in grpcsharp_completion_queue_destroy() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86
2162 public static extern void grpcsharp_completion_queue_destroy(IntPtr cq); in grpcsharp_completion_queue_destroy() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64
2482 public static extern void grpcsharp_completion_queue_destroy(IntPtr cq); in grpcsharp_completion_queue_destroy() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86_dll
2802 public static extern void grpcsharp_completion_queue_destroy(IntPtr cq); in grpcsharp_completion_queue_destroy() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64_dll
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c403 grpcsharp_completion_queue_destroy(grpc_completion_queue* cq) { in grpcsharp_completion_queue_destroy() function