Searched refs:grpcsharp_call_destroy (Results 1 – 4 of 4) sorted by relevance
75 public readonly Delegates.grpcsharp_call_destroy_delegate grpcsharp_call_destroy; field in Grpc.Core.Internal.NativeMethods175 …this.grpcsharp_call_destroy = GetMethodDelegate<Delegates.grpcsharp_call_destroy_delegate>(library… in NativeMethods()274 this.grpcsharp_call_destroy = DllImportsFromStaticLib.grpcsharp_call_destroy; in NativeMethods()373 this.grpcsharp_call_destroy = DllImportsFromSharedLib.grpcsharp_call_destroy; in NativeMethods()656 public static extern void grpcsharp_call_destroy(IntPtr call); in grpcsharp_call_destroy() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib949 public static extern void grpcsharp_call_destroy(IntPtr call); in grpcsharp_call_destroy() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
204 Native.grpcsharp_call_destroy(handle); in ReleaseHandle()
43 'void grpcsharp_call_destroy(IntPtr call)',
526 GPR_EXPORT void GPR_CALLTYPE grpcsharp_call_destroy(grpc_call* call) { in grpcsharp_call_destroy() function