Searched refs:grpcsharp_batch_context_destroy (Results 1 – 4 of 4) sorted by relevance
49 …public readonly Delegates.grpcsharp_batch_context_destroy_delegate grpcsharp_batch_context_destroy; field in Grpc.Core.Internal.NativeMethods149 …this.grpcsharp_batch_context_destroy = GetMethodDelegate<Delegates.grpcsharp_batch_context_destroy… in NativeMethods()248 … this.grpcsharp_batch_context_destroy = DllImportsFromStaticLib.grpcsharp_batch_context_destroy; in NativeMethods()347 … this.grpcsharp_batch_context_destroy = DllImportsFromSharedLib.grpcsharp_batch_context_destroy; in NativeMethods()578 public static extern void grpcsharp_batch_context_destroy(IntPtr ctx); in grpcsharp_batch_context_destroy() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib871 public static extern void grpcsharp_batch_context_destroy(IntPtr ctx); in grpcsharp_batch_context_destroy() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
135 Native.grpcsharp_batch_context_destroy(handle); in ReleaseHandle()
17 'void grpcsharp_batch_context_destroy(IntPtr ctx)',
218 grpcsharp_batch_context_destroy(grpcsharp_batch_context* ctx) { in grpcsharp_batch_context_destroy() function